Html Css Color HEX #301980 Persian Indigo

📋 copy color: '#301980'

red 48 ◦ green 25 ◦ blue 128

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

Shades of Persian Indigo #301980

Tints of Persian Indigo #301980

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.44%

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

R = 23.88%
G = 12.44%
B = 63.68%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#301980 (or 0x301980) is known color: Persian Indigo. HEX triplet: 30, 19 and 80. RGB value is (48,25,128). Sum of RGB (Red+Green+Blue) = 48+25+128=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 128 (50.39% from 255 or 63.68% from 201); Max value from RGB is 128 - color contains mainly: blue. Hex color #301980 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301980 is #CFE67F. Grayscale: #2B2B2B. Windows color (decimal): -13624960 or 8395056. OLE color: 8395056.

HSL color Cylindrical-coordinate representation of color #301980: hue angle of 253.4º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #301980 is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 25 128 -
CMYK 0.62 0.80 0 0.50
HSL 253.4º 0.67% 0.3% -
HSV(B) 253.4º 0.8% 0.5% -
XYZ 5.46 2.88 20.69 -
YUV 43.62 175.62 131.12 -
System Red Green Blue C M Y K H S L
Decimal 48 25 128 0.62 0.80 0 0.50 253.4 0.67 0.3
Hex 30 19 80 3E 50 0 32 FD 43 1E
Octal 60 31 200 76 120 0 62 375 103 36
Binary 110000 11001 10000000 111110 1010000 0 110010 11111101 1000011 11110

Color Harmonies of #301980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301980

Black with #301980

Text Example


Text Example

White with #301980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301980; }

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

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

background-color css

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

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

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

border-color css

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

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

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