Html Css Color HEX #302090 Persian Indigo

📋 copy color: '#302090'

red 48 ◦ green 32 ◦ blue 144

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

Shades of Persian Indigo #302090

Tints of Persian Indigo #302090

RGB

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

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

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

R = 21.43%
G = 14.29%
B = 64.29%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#302090 (or 0x302090) is known color: Persian Indigo. HEX triplet: 30, 20 and 90. RGB value is (48,32,144). Sum of RGB (Red+Green+Blue) = 48+32+144=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 144 (56.64% from 255 or 64.29% from 224); Max value from RGB is 144 - color contains mainly: blue. Hex color #302090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302090 is #CFDF6F. Grayscale: #313131. Windows color (decimal): -13623152 or 9445424. OLE color: 9445424.

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

Color convert

RGB 48 32 144 -
CMYK 0.67 0.78 0 0.44
HSL 248.57º 0.64% 0.35% -
HSV(B) 248.57º 0.78% 0.56% -
XYZ 6.77 3.68 26.74 -
YUV 49.55 181.3 126.89 -
System Red Green Blue C M Y K H S L
Decimal 48 32 144 0.67 0.78 0 0.44 248.57 0.64 0.35
Hex 30 20 90 43 4E 0 2C F9 40 23
Octal 60 40 220 103 116 0 54 371 100 43
Binary 110000 100000 10010000 1000011 1001110 0 101100 11111001 1000000 100011

Color Harmonies of #302090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302090

Black with #302090

Text Example


Text Example

White with #302090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302090; }

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

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

background-color css

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

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

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

border-color css

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

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

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