Html Css Color HEX #301372 Persian Indigo

📋 copy color: '#301372'

red 48 ◦ green 19 ◦ blue 114

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

Shades of Persian Indigo #301372

Tints of Persian Indigo #301372

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.5%

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

R = 26.52%
G = 10.5%
B = 62.98%

CMYK

 C value IS 0.58

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#301372 (or 0x301372) is known color: Persian Indigo. HEX triplet: 30, 13 and 72. RGB value is (48,19,114). Sum of RGB (Red+Green+Blue) = 48+19+114=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 114 (44.92% from 255 or 62.98% from 181); Max value from RGB is 114 - color contains mainly: blue. Hex color #301372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301372 is #CFEC8D. Grayscale: #262626. Windows color (decimal): -13626510 or 7476016. OLE color: 7476016.

HSL color Cylindrical-coordinate representation of color #301372: hue angle of 258.32º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #301372 is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 19 114 -
CMYK 0.58 0.83 0 0.55
HSL 258.32º 0.71% 0.26% -
HSV(B) 258.32º 0.83% 0.45% -
XYZ 4.49 2.31 16.13 -
YUV 38.5 170.61 134.78 -
System Red Green Blue C M Y K H S L
Decimal 48 19 114 0.58 0.83 0 0.55 258.32 0.71 0.26
Hex 30 13 72 3A 53 0 37 102 47 1A
Octal 60 23 162 72 123 0 67 402 107 32
Binary 110000 10011 1110010 111010 1010011 0 110111 100000010 1000111 11010

Color Harmonies of #301372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301372

Black with #301372

Text Example


Text Example

White with #301372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301372; }

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

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

background-color css

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

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

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

border-color css

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

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

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