Html Css Color HEX #301772 Persian Indigo

📋 copy color: '#301772'

red 48 ◦ green 23 ◦ blue 114

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

Shades of Persian Indigo #301772

Tints of Persian Indigo #301772

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.43%

 BLUE value IS 114 (44.92% from 255) = 61.62%

R = 25.95%
G = 12.43%
B = 61.62%

CMYK

 C value IS 0.58

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#301772 (or 0x301772) is known color: Persian Indigo. HEX triplet: 30, 17 and 72. RGB value is (48,23,114). Sum of RGB (Red+Green+Blue) = 48+23+114=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 114 (44.92% from 255 or 61.62% from 185); Max value from RGB is 114 - color contains mainly: blue. Hex color #301772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301772 is #CFE88D. Grayscale: #282828. Windows color (decimal): -13625486 or 7477040. OLE color: 7477040.

HSL color Cylindrical-coordinate representation of color #301772: hue angle of 256.48º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #301772 is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 23 114 -
CMYK 0.58 0.80 0 0.55
HSL 256.48º 0.66% 0.27% -
HSV(B) 256.48º 0.8% 0.45% -
XYZ 4.56 2.46 16.15 -
YUV 40.85 169.28 133.1 -
System Red Green Blue C M Y K H S L
Decimal 48 23 114 0.58 0.80 0 0.55 256.48 0.66 0.27
Hex 30 17 72 3A 50 0 37 100 42 1B
Octal 60 27 162 72 120 0 67 400 102 33
Binary 110000 10111 1110010 111010 1010000 0 110111 100000000 1000010 11011

Color Harmonies of #301772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301772

Black with #301772

Text Example


Text Example

White with #301772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301772; }

 p { color: rgb(48,23,114); }

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

background-color css

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

 a { background-color: rgb(48,23,114); }

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

border-color css

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

 span { border-color: rgb(48,23,114); }

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