Html Css Color HEX #302096 Persian Indigo

📋 copy color: '#302096'

red 48 ◦ green 32 ◦ blue 150

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

Shades of Persian Indigo #302096

Tints of Persian Indigo #302096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 65.22%

R = 20.87%
G = 13.91%
B = 65.22%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#302096 (or 0x302096) is known color: Persian Indigo. HEX triplet: 30, 20 and 96. RGB value is (48,32,150). Sum of RGB (Red+Green+Blue) = 48+32+150=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 150 (58.98% from 255 or 65.22% from 230); Max value from RGB is 150 - color contains mainly: blue. Hex color #302096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302096 is #CFDF69. Grayscale: #313131. Windows color (decimal): -13623146 or 9838640. OLE color: 9838640.

HSL color Cylindrical-coordinate representation of color #302096: hue angle of 248.14º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #302096 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 32 150 -
CMYK 0.68 0.79 0 0.41
HSL 248.14º 0.65% 0.36% -
HSV(B) 248.14º 0.79% 0.59% -
XYZ 7.24 3.86 29.22 -
YUV 50.24 184.3 126.41 -
System Red Green Blue C M Y K H S L
Decimal 48 32 150 0.68 0.79 0 0.41 248.14 0.65 0.36
Hex 30 20 96 44 4F 0 29 F8 41 24
Octal 60 40 226 104 117 0 51 370 101 44
Binary 110000 100000 10010110 1000100 1001111 0 101001 11111000 1000001 100100

Color Harmonies of #302096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302096

Black with #302096

Text Example


Text Example

White with #302096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302096; }

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

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

background-color css

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

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

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

border-color css

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

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

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