Html Css Color HEX #301496 Persian Indigo

📋 copy color: '#301496'

red 48 ◦ green 20 ◦ blue 150

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

Shades of Persian Indigo #301496

Tints of Persian Indigo #301496

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.17%

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

R = 22.02%
G = 9.17%
B = 68.81%

CMYK

 C value IS 0.68

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#301496 (or 0x301496) is known color: Persian Indigo. HEX triplet: 30, 14 and 96. RGB value is (48,20,150). Sum of RGB (Red+Green+Blue) = 48+20+150=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 150 (58.98% from 255 or 68.81% from 218); Max value from RGB is 150 - color contains mainly: blue. Hex color #301496 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301496 is #CFEB69. Grayscale: #2A2A2A. Windows color (decimal): -13626218 or 9835568. OLE color: 9835568.

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

Color convert

RGB 48 20 150 -
CMYK 0.68 0.87 0 0.41
HSL 252.92º 0.76% 0.33% -
HSV(B) 252.92º 0.87% 0.59% -
XYZ 6.97 3.33 29.13 -
YUV 43.19 188.28 131.43 -
System Red Green Blue C M Y K H S L
Decimal 48 20 150 0.68 0.87 0 0.41 252.92 0.76 0.33
Hex 30 14 96 44 57 0 29 FD 4C 21
Octal 60 24 226 104 127 0 51 375 114 41
Binary 110000 10100 10010110 1000100 1010111 0 101001 11111101 1001100 100001

Color Harmonies of #301496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301496

Black with #301496

Text Example


Text Example

White with #301496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301496; }

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

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

background-color css

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

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

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

border-color css

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

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

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