Html Css Color HEX #302291 Persian Indigo

📋 copy color: '#302291'

red 48 ◦ green 34 ◦ blue 145

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

Shades of Persian Indigo #302291

Tints of Persian Indigo #302291

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.98%

 BLUE value IS 145 (57.03% from 255) = 63.88%

R = 21.15%
G = 14.98%
B = 63.88%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#302291 (or 0x302291) is known color: Persian Indigo. HEX triplet: 30, 22 and 91. RGB value is (48,34,145). Sum of RGB (Red+Green+Blue) = 48+34+145=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 145 (57.03% from 255 or 63.88% from 227); Max value from RGB is 145 - color contains mainly: blue. Hex color #302291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302291 is #CFDD6E. Grayscale: #323232. Windows color (decimal): -13622639 or 9511472. OLE color: 9511472.

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

Color convert

RGB 48 34 145 -
CMYK 0.67 0.77 0 0.43
HSL 247.57º 0.62% 0.35% -
HSV(B) 247.57º 0.77% 0.57% -
XYZ 6.9 3.82 27.16 -
YUV 50.84 181.14 125.97 -
System Red Green Blue C M Y K H S L
Decimal 48 34 145 0.67 0.77 0 0.43 247.57 0.62 0.35
Hex 30 22 91 43 4D 0 2B F8 3E 23
Octal 60 42 221 103 115 0 53 370 76 43
Binary 110000 100010 10010001 1000011 1001101 0 101011 11111000 111110 100011

Color Harmonies of #302291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302291

Black with #302291

Text Example


Text Example

White with #302291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302291; }

 p { color: rgb(48,34,145); }

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

background-color css

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

 a { background-color: rgb(48,34,145); }

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

border-color css

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

 span { border-color: rgb(48,34,145); }

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