Html Css Color HEX #301080 Persian Indigo

📋 copy color: '#301080'

red 48 ◦ green 16 ◦ blue 128

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

Shades of Persian Indigo #301080

Tints of Persian Indigo #301080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.33%

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

R = 25%
G = 8.33%
B = 66.67%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#301080 (or 0x301080) is known color: Persian Indigo. HEX triplet: 30, 10 and 80. RGB value is (48,16,128). Sum of RGB (Red+Green+Blue) = 48+16+128=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 128 (50.39% from 255 or 66.67% from 192); Max value from RGB is 128 - color contains mainly: blue. Hex color #301080 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301080 is #CFEF7F. Grayscale: #252525. Windows color (decimal): -13627264 or 8392752. OLE color: 8392752.

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

Color convert

RGB 48 16 128 -
CMYK 0.62 0.88 0 0.50
HSL 257.14º 0.78% 0.28% -
HSV(B) 257.14º 0.88% 0.5% -
XYZ 5.3 2.56 20.64 -
YUV 38.34 178.6 134.89 -
System Red Green Blue C M Y K H S L
Decimal 48 16 128 0.62 0.88 0 0.50 257.14 0.78 0.28
Hex 30 10 80 3E 58 0 32 101 4E 1C
Octal 60 20 200 76 130 0 62 401 116 34
Binary 110000 10000 10000000 111110 1011000 0 110010 100000001 1001110 11100

Color Harmonies of #301080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301080

Black with #301080

Text Example


Text Example

White with #301080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301080; }

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

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

background-color css

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

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

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

border-color css

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

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

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