Html Css Color HEX #302290 Persian Indigo

📋 copy color: '#302290'

red 48 ◦ green 34 ◦ blue 144

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

Shades of Persian Indigo #302290

Tints of Persian Indigo #302290

RGB

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

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

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

R = 21.24%
G = 15.04%
B = 63.72%

CMYK

 C value IS 0.67

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#302290 (or 0x302290) is known color: Persian Indigo. HEX triplet: 30, 22 and 90. RGB value is (48,34,144). Sum of RGB (Red+Green+Blue) = 48+34+144=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 144 (56.64% from 255 or 63.72% from 226); Max value from RGB is 144 - color contains mainly: blue. Hex color #302290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302290 is #CFDD6F. Grayscale: #323232. Windows color (decimal): -13622640 or 9445936. OLE color: 9445936.

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

Color convert

RGB 48 34 144 -
CMYK 0.67 0.76 0 0.44
HSL 247.64º 0.62% 0.35% -
HSV(B) 247.64º 0.76% 0.56% -
XYZ 6.82 3.79 26.76 -
YUV 50.73 180.64 126.06 -
System Red Green Blue C M Y K H S L
Decimal 48 34 144 0.67 0.76 0 0.44 247.64 0.62 0.35
Hex 30 22 90 43 4C 0 2C F8 3E 23
Octal 60 42 220 103 114 0 54 370 76 43
Binary 110000 100010 10010000 1000011 1001100 0 101100 11111000 111110 100011

Color Harmonies of #302290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302290

Black with #302290

Text Example


Text Example

White with #302290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302290; }

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

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

background-color css

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

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

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

border-color css

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

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

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