Html Css Color HEX #302396 Persian Indigo

📋 copy color: '#302396'

red 48 ◦ green 35 ◦ blue 150

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

Shades of Persian Indigo #302396

Tints of Persian Indigo #302396

RGB

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

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

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

R = 20.6%
G = 15.02%
B = 64.38%

CMYK

 C value IS 0.68

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#302396 (or 0x302396) is known color: Persian Indigo. HEX triplet: 30, 23 and 96. RGB value is (48,35,150). Sum of RGB (Red+Green+Blue) = 48+35+150=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 150 (58.98% from 255 or 64.38% from 233); Max value from RGB is 150 - color contains mainly: blue. Hex color #302396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302396 is #CFDC69. Grayscale: #333333. Windows color (decimal): -13622378 or 9839408. OLE color: 9839408.

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

Color convert

RGB 48 35 150 -
CMYK 0.68 0.77 0 0.41
HSL 246.78º 0.62% 0.36% -
HSV(B) 246.78º 0.77% 0.59% -
XYZ 7.32 4.03 29.25 -
YUV 52 183.31 125.15 -
System Red Green Blue C M Y K H S L
Decimal 48 35 150 0.68 0.77 0 0.41 246.78 0.62 0.36
Hex 30 23 96 44 4D 0 29 F7 3E 24
Octal 60 43 226 104 115 0 51 367 76 44
Binary 110000 100011 10010110 1000100 1001101 0 101001 11110111 111110 100100

Color Harmonies of #302396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302396

Black with #302396

Text Example


Text Example

White with #302396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302396; }

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

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

background-color css

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

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

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

border-color css

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

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

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