Html Css Color HEX #302392 Persian Indigo

📋 copy color: '#302392'

red 48 ◦ green 35 ◦ blue 146

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

Shades of Persian Indigo #302392

Tints of Persian Indigo #302392

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.28%

 BLUE value IS 146 (57.42% from 255) = 63.76%

R = 20.96%
G = 15.28%
B = 63.76%

CMYK

 C value IS 0.67

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#302392 (or 0x302392) is known color: Persian Indigo. HEX triplet: 30, 23 and 92. RGB value is (48,35,146). Sum of RGB (Red+Green+Blue) = 48+35+146=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #302392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302392 is #CFDC6D. Grayscale: #333333. Windows color (decimal): -13622382 or 9577264. OLE color: 9577264.

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

Color convert

RGB 48 35 146 -
CMYK 0.67 0.76 0 0.43
HSL 247.03º 0.61% 0.35% -
HSV(B) 247.03º 0.76% 0.57% -
XYZ 7.01 3.91 27.58 -
YUV 51.54 181.31 125.47 -
System Red Green Blue C M Y K H S L
Decimal 48 35 146 0.67 0.76 0 0.43 247.03 0.61 0.35
Hex 30 23 92 43 4C 0 2B F7 3D 23
Octal 60 43 222 103 114 0 53 367 75 43
Binary 110000 100011 10010010 1000011 1001100 0 101011 11110111 111101 100011

Color Harmonies of #302392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302392

Black with #302392

Text Example


Text Example

White with #302392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302392; }

 p { color: rgb(48,35,146); }

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

background-color css

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

 a { background-color: rgb(48,35,146); }

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

border-color css

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

 span { border-color: rgb(48,35,146); }

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