Html Css Color HEX #301477 Persian Indigo

📋 copy color: '#301477'

red 48 ◦ green 20 ◦ blue 119

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

Shades of Persian Indigo #301477

Tints of Persian Indigo #301477

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.7%

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

R = 25.67%
G = 10.7%
B = 63.64%

CMYK

 C value IS 0.60

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#301477 (or 0x301477) is known color: Persian Indigo. HEX triplet: 30, 14 and 77. RGB value is (48,20,119). Sum of RGB (Red+Green+Blue) = 48+20+119=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 119 (46.88% from 255 or 63.64% from 187); Max value from RGB is 119 - color contains mainly: blue. Hex color #301477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301477 is #CFEB88. Grayscale: #272727. Windows color (decimal): -13626249 or 7803952. OLE color: 7803952.

HSL color Cylindrical-coordinate representation of color #301477: hue angle of 256.97º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #301477 is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 20 119 -
CMYK 0.60 0.83 0 0.53
HSL 256.97º 0.71% 0.27% -
HSV(B) 256.97º 0.83% 0.47% -
XYZ 4.8 2.46 17.67 -
YUV 39.66 172.78 133.95 -
System Red Green Blue C M Y K H S L
Decimal 48 20 119 0.60 0.83 0 0.53 256.97 0.71 0.27
Hex 30 14 77 3C 53 0 35 101 47 1B
Octal 60 24 167 74 123 0 65 401 107 33
Binary 110000 10100 1110111 111100 1010011 0 110101 100000001 1000111 11011

Color Harmonies of #301477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301477

Black with #301477

Text Example


Text Example

White with #301477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301477; }

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

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

background-color css

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

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

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

border-color css

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

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

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