Html Css Color HEX #301880 Persian Indigo

📋 copy color: '#301880'

red 48 ◦ green 24 ◦ blue 128

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

Shades of Persian Indigo #301880

Tints of Persian Indigo #301880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12%

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

R = 24%
G = 12%
B = 64%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#301880 (or 0x301880) is known color: Persian Indigo. HEX triplet: 30, 18 and 80. RGB value is (48,24,128). Sum of RGB (Red+Green+Blue) = 48+24+128=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 128 (50.39% from 255 or 64% from 200); Max value from RGB is 128 - color contains mainly: blue. Hex color #301880 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301880 is #CFE77F. Grayscale: #2A2A2A. Windows color (decimal): -13625216 or 8394800. OLE color: 8394800.

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

Color convert

RGB 48 24 128 -
CMYK 0.62 0.81 0 0.50
HSL 253.85º 0.68% 0.3% -
HSV(B) 253.85º 0.81% 0.5% -
XYZ 5.44 2.84 20.68 -
YUV 43.03 175.95 131.54 -
System Red Green Blue C M Y K H S L
Decimal 48 24 128 0.62 0.81 0 0.50 253.85 0.68 0.3
Hex 30 18 80 3E 51 0 32 FE 44 1E
Octal 60 30 200 76 121 0 62 376 104 36
Binary 110000 11000 10000000 111110 1010001 0 110010 11111110 1000100 11110

Color Harmonies of #301880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301880

Black with #301880

Text Example


Text Example

White with #301880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301880; }

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

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

background-color css

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

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

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

border-color css

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

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

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