Html Css Color HEX #301177 Persian Indigo

📋 copy color: '#301177'

red 48 ◦ green 17 ◦ blue 119

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

Shades of Persian Indigo #301177

Tints of Persian Indigo #301177

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.24%

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

R = 26.09%
G = 9.24%
B = 64.67%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#301177 (or 0x301177) is known color: Persian Indigo. HEX triplet: 30, 11 and 77. RGB value is (48,17,119). Sum of RGB (Red+Green+Blue) = 48+17+119=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 119 (46.88% from 255 or 64.67% from 184); Max value from RGB is 119 - color contains mainly: blue. Hex color #301177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301177 is #CFEE88. Grayscale: #252525. Windows color (decimal): -13627017 or 7803184. OLE color: 7803184.

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

Color convert

RGB 48 17 119 -
CMYK 0.60 0.86 0 0.53
HSL 258.24º 0.75% 0.27% -
HSV(B) 258.24º 0.86% 0.47% -
XYZ 4.75 2.36 17.66 -
YUV 37.9 173.77 135.21 -
System Red Green Blue C M Y K H S L
Decimal 48 17 119 0.60 0.86 0 0.53 258.24 0.75 0.27
Hex 30 11 77 3C 56 0 35 102 4B 1B
Octal 60 21 167 74 126 0 65 402 113 33
Binary 110000 10001 1110111 111100 1010110 0 110101 100000010 1001011 11011

Color Harmonies of #301177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301177

Black with #301177

Text Example


Text Example

White with #301177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301177; }

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

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

background-color css

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

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

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

border-color css

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

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

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