Html Css Color HEX #302080 Persian Indigo

📋 copy color: '#302080'

red 48 ◦ green 32 ◦ blue 128

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

Shades of Persian Indigo #302080

Tints of Persian Indigo #302080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 61.54%

R = 23.08%
G = 15.38%
B = 61.54%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#302080 (or 0x302080) is known color: Persian Indigo. HEX triplet: 30, 20 and 80. RGB value is (48,32,128). Sum of RGB (Red+Green+Blue) = 48+32+128=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 128 (50.39% from 255 or 61.54% from 208); Max value from RGB is 128 - color contains mainly: blue. Hex color #302080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302080 is #CFDF7F. Grayscale: #2F2F2F. Windows color (decimal): -13623168 or 8396848. OLE color: 8396848.

HSL color Cylindrical-coordinate representation of color #302080: hue angle of 250º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #302080 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 32 128 -
CMYK 0.62 0.75 0 0.50
HSL 250º 0.6% 0.31% -
HSV(B) 250º 0.75% 0.5% -
XYZ 5.63 3.22 20.75 -
YUV 47.73 173.3 128.19 -
System Red Green Blue C M Y K H S L
Decimal 48 32 128 0.62 0.75 0 0.50 250 0.6 0.31
Hex 30 20 80 3E 4B 0 32 FA 3C 1F
Octal 60 40 200 76 113 0 62 372 74 37
Binary 110000 100000 10000000 111110 1001011 0 110010 11111010 111100 11111

Color Harmonies of #302080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302080

Black with #302080

Text Example


Text Example

White with #302080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302080; }

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

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

background-color css

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

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

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

border-color css

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

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

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