Html Css Color HEX #302190 Persian Indigo

📋 copy color: '#302190'

red 48 ◦ green 33 ◦ blue 144

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

Shades of Persian Indigo #302190

Tints of Persian Indigo #302190

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.67%

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

R = 21.33%
G = 14.67%
B = 64%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#302190 (or 0x302190) is known color: Persian Indigo. HEX triplet: 30, 21 and 90. RGB value is (48,33,144). Sum of RGB (Red+Green+Blue) = 48+33+144=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 144 (56.64% from 255 or 64% from 225); Max value from RGB is 144 - color contains mainly: blue. Hex color #302190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302190 is #CFDE6F. Grayscale: #313131. Windows color (decimal): -13622896 or 9445680. OLE color: 9445680.

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

Color convert

RGB 48 33 144 -
CMYK 0.67 0.77 0 0.44
HSL 248.11º 0.63% 0.35% -
HSV(B) 248.11º 0.77% 0.56% -
XYZ 6.8 3.73 26.75 -
YUV 50.14 180.97 126.47 -
System Red Green Blue C M Y K H S L
Decimal 48 33 144 0.67 0.77 0 0.44 248.11 0.63 0.35
Hex 30 21 90 43 4D 0 2C F8 3F 23
Octal 60 41 220 103 115 0 54 370 77 43
Binary 110000 100001 10010000 1000011 1001101 0 101100 11111000 111111 100011

Color Harmonies of #302190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302190

Black with #302190

Text Example


Text Example

White with #302190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302190; }

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

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

background-color css

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

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

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

border-color css

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

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

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