Html Css Color HEX #301877 Persian Indigo

📋 copy color: '#301877'

red 48 ◦ green 24 ◦ blue 119

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

Shades of Persian Indigo #301877

Tints of Persian Indigo #301877

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.57%

 BLUE value IS 119 (46.88% from 255) = 62.3%

R = 25.13%
G = 12.57%
B = 62.3%

CMYK

 C value IS 0.60

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#301877 (or 0x301877) is known color: Persian Indigo. HEX triplet: 30, 18 and 77. RGB value is (48,24,119). Sum of RGB (Red+Green+Blue) = 48+24+119=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 119 (46.88% from 255 or 62.30% from 191); Max value from RGB is 119 - color contains mainly: blue. Hex color #301877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301877 is #CFE788. Grayscale: #292929. Windows color (decimal): -13625225 or 7804976. OLE color: 7804976.

HSL color Cylindrical-coordinate representation of color #301877: hue angle of 255.16º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #301877 is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 24 119 -
CMYK 0.60 0.80 0 0.53
HSL 255.16º 0.66% 0.28% -
HSV(B) 255.16º 0.8% 0.47% -
XYZ 4.88 2.61 17.7 -
YUV 42.01 171.45 132.28 -
System Red Green Blue C M Y K H S L
Decimal 48 24 119 0.60 0.80 0 0.53 255.16 0.66 0.28
Hex 30 18 77 3C 50 0 35 FF 42 1C
Octal 60 30 167 74 120 0 65 377 102 34
Binary 110000 11000 1110111 111100 1010000 0 110101 11111111 1000010 11100

Color Harmonies of #301877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301877

Black with #301877

Text Example


Text Example

White with #301877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301877; }

 p { color: rgb(48,24,119); }

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

background-color css

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

 a { background-color: rgb(48,24,119); }

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

border-color css

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

 span { border-color: rgb(48,24,119); }

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