Html Css Color HEX #301D9C Persian Indigo

📋 copy color: '#301D9C'

red 48 ◦ green 29 ◦ blue 156

#301D9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #301D9C

Tints of Persian Indigo #301D9C

RGB

 RED value IS 48 (19.14% from 255) = 20.6%

 GREEN value IS 29 (11.72% from 255) = 12.45%

 BLUE value IS 156 (61.33% from 255) = 66.95%

R = 20.6%
G = 12.45%
B = 66.95%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#301D9C (or 0x301D9C) is known color: Persian Indigo. HEX triplet: 30, 1D and 9C. RGB value is (48,29,156). Sum of RGB (Red+Green+Blue) = 48+29+156=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 156 (61.33% from 255 or 66.95% from 233); Max value from RGB is 156 - color contains mainly: blue. Hex color #301D9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301D9C is #CFE263. Grayscale: #303030. Windows color (decimal): -13623908 or 10231088. OLE color: 10231088.

HSL color Cylindrical-coordinate representation of color #301D9C: hue angle of 248.98º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #301D9C is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 29 156 -
CMYK 0.69 0.81 0 0.39
HSL 248.98º 0.69% 0.36% -
HSV(B) 248.98º 0.81% 0.61% -
XYZ 7.66 3.91 31.8 -
YUV 49.16 188.29 127.17 -
System Red Green Blue C M Y K H S L
Decimal 48 29 156 0.69 0.81 0 0.39 248.98 0.69 0.36
Hex 30 1D 9C 45 51 0 27 F9 45 24
Octal 60 35 234 105 121 0 47 371 105 44
Binary 110000 11101 10011100 1000101 1010001 0 100111 11111001 1000101 100100

Color Harmonies of #301D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301D9C

Black with #301D9C

Text Example


Text Example

White with #301D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301D9C; }

 p { color: rgb(48,29,156); }

 H1.HeaderClassName
 {
   color: #301D9C;
 }
 .AnyTagClassName
 {
   color: #301D9C;
 }
</style>

background-color css

<style>
 a { background-color: #301D9C; }

 a { background-color: rgb(48,29,156); }

 div.DivClassName
 {
   background-color: #301D9C;
 }
 .BgClassName
 {
   background-color: #301D9C;
 }
</style>

border-color css

<style>
 span { border-color: #301D9C; }

 span { border-color: rgb(48,29,156); }

 td.TdClassName
 {
   border-color: #301D9C;
 }
 .TagClassName
 {
   border-color: #301D9C;
 }
</style>