Html Css Color HEX #302076 Persian Indigo

📋 copy color: '#302076'

red 48 ◦ green 32 ◦ blue 118

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

Shades of Persian Indigo #302076

Tints of Persian Indigo #302076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 59.6%

R = 24.24%
G = 16.16%
B = 59.6%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#302076 (or 0x302076) is known color: Persian Indigo. HEX triplet: 30, 20 and 76. RGB value is (48,32,118). Sum of RGB (Red+Green+Blue) = 48+32+118=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 118 (46.48% from 255 or 59.60% from 198); Max value from RGB is 118 - color contains mainly: blue. Hex color #302076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302076 is #CFDF89. Grayscale: #2E2E2E. Windows color (decimal): -13623178 or 7741488. OLE color: 7741488.

HSL color Cylindrical-coordinate representation of color #302076: hue angle of 251.16º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #302076 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 32 118 -
CMYK 0.59 0.73 0 0.54
HSL 251.16º 0.57% 0.29% -
HSV(B) 251.16º 0.73% 0.46% -
XYZ 5.01 2.97 17.45 -
YUV 46.59 168.3 129.01 -
System Red Green Blue C M Y K H S L
Decimal 48 32 118 0.59 0.73 0 0.54 251.16 0.57 0.29
Hex 30 20 76 3B 49 0 36 FB 39 1D
Octal 60 40 166 73 111 0 66 373 71 35
Binary 110000 100000 1110110 111011 1001001 0 110110 11111011 111001 11101

Color Harmonies of #302076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302076

Black with #302076

Text Example


Text Example

White with #302076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302076; }

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

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

background-color css

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

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

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

border-color css

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

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

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