Html Css Color HEX #301990 Persian Indigo

📋 copy color: '#301990'

red 48 ◦ green 25 ◦ blue 144

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

Shades of Persian Indigo #301990

Tints of Persian Indigo #301990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 66.36%

R = 22.12%
G = 11.52%
B = 66.36%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#301990 (or 0x301990) is known color: Persian Indigo. HEX triplet: 30, 19 and 90. RGB value is (48,25,144). Sum of RGB (Red+Green+Blue) = 48+25+144=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #301990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301990 is #CFE66F. Grayscale: #2C2C2C. Windows color (decimal): -13624944 or 9443632. OLE color: 9443632.

HSL color Cylindrical-coordinate representation of color #301990: hue angle of 251.6º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #301990 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 25 144 -
CMYK 0.67 0.83 0 0.44
HSL 251.6º 0.7% 0.33% -
HSV(B) 251.6º 0.83% 0.56% -
XYZ 6.6 3.34 26.68 -
YUV 45.44 183.62 129.82 -
System Red Green Blue C M Y K H S L
Decimal 48 25 144 0.67 0.83 0 0.44 251.6 0.7 0.33
Hex 30 19 90 43 53 0 2C FC 46 21
Octal 60 31 220 103 123 0 54 374 106 41
Binary 110000 11001 10010000 1000011 1010011 0 101100 11111100 1000110 100001

Color Harmonies of #301990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301990

Black with #301990

Text Example


Text Example

White with #301990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301990; }

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

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

background-color css

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

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

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

border-color css

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

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

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