Html Css Color HEX #302072 Persian Indigo

📋 copy color: '#302072'

red 48 ◦ green 32 ◦ blue 114

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

Shades of Persian Indigo #302072

Tints of Persian Indigo #302072

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.49%

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

R = 24.74%
G = 16.49%
B = 58.76%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#302072 (or 0x302072) is known color: Persian Indigo. HEX triplet: 30, 20 and 72. RGB value is (48,32,114). Sum of RGB (Red+Green+Blue) = 48+32+114=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #302072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302072 is #CFDF8D. Grayscale: #2D2D2D. Windows color (decimal): -13623182 or 7479344. OLE color: 7479344.

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

Color convert

RGB 48 32 114 -
CMYK 0.58 0.72 0 0.55
HSL 251.71º 0.56% 0.29% -
HSV(B) 251.71º 0.72% 0.45% -
XYZ 4.77 2.88 16.22 -
YUV 46.13 166.3 129.33 -
System Red Green Blue C M Y K H S L
Decimal 48 32 114 0.58 0.72 0 0.55 251.71 0.56 0.29
Hex 30 20 72 3A 48 0 37 FC 38 1D
Octal 60 40 162 72 110 0 67 374 70 35
Binary 110000 100000 1110010 111010 1001000 0 110111 11111100 111000 11101

Color Harmonies of #302072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302072

Black with #302072

Text Example


Text Example

White with #302072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302072; }

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

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

background-color css

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

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

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

border-color css

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

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

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