Html Css Color HEX #302081 Persian Indigo

📋 copy color: '#302081'

red 48 ◦ green 32 ◦ blue 129

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

Shades of Persian Indigo #302081

Tints of Persian Indigo #302081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 61.72%

R = 22.97%
G = 15.31%
B = 61.72%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#302081 (or 0x302081) is known color: Persian Indigo. HEX triplet: 30, 20 and 81. RGB value is (48,32,129). Sum of RGB (Red+Green+Blue) = 48+32+129=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 129 (50.78% from 255 or 61.72% from 209); Max value from RGB is 129 - color contains mainly: blue. Hex color #302081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302081 is #CFDF7E. Grayscale: #2F2F2F. Windows color (decimal): -13623167 or 8462384. OLE color: 8462384.

HSL color Cylindrical-coordinate representation of color #302081: hue angle of 249.9º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #302081 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 32 129 -
CMYK 0.63 0.75 0 0.49
HSL 249.9º 0.6% 0.32% -
HSV(B) 249.9º 0.75% 0.51% -
XYZ 5.7 3.25 21.1 -
YUV 47.84 173.8 128.11 -
System Red Green Blue C M Y K H S L
Decimal 48 32 129 0.63 0.75 0 0.49 249.9 0.6 0.32
Hex 30 20 81 3F 4B 0 31 FA 3C 20
Octal 60 40 201 77 113 0 61 372 74 40
Binary 110000 100000 10000001 111111 1001011 0 110001 11111010 111100 100000

Color Harmonies of #302081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302081

Black with #302081

Text Example


Text Example

White with #302081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302081; }

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

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

background-color css

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

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

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

border-color css

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

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

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