Html Css Color HEX #301196 Persian Indigo

📋 copy color: '#301196'

red 48 ◦ green 17 ◦ blue 150

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

Shades of Persian Indigo #301196

Tints of Persian Indigo #301196

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.91%

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

R = 22.33%
G = 7.91%
B = 69.77%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#301196 (or 0x301196) is known color: Persian Indigo. HEX triplet: 30, 11 and 96. RGB value is (48,17,150). Sum of RGB (Red+Green+Blue) = 48+17+150=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 150 (58.98% from 255 or 69.77% from 215); Max value from RGB is 150 - color contains mainly: blue. Hex color #301196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301196 is #CFEE69. Grayscale: #282828. Windows color (decimal): -13626986 or 9834800. OLE color: 9834800.

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

Color convert

RGB 48 17 150 -
CMYK 0.68 0.89 0 0.41
HSL 253.99º 0.8% 0.33% -
HSV(B) 253.99º 0.89% 0.59% -
XYZ 6.92 3.23 29.11 -
YUV 41.43 189.27 132.69 -
System Red Green Blue C M Y K H S L
Decimal 48 17 150 0.68 0.89 0 0.41 253.99 0.8 0.33
Hex 30 11 96 44 59 0 29 FE 50 21
Octal 60 21 226 104 131 0 51 376 120 41
Binary 110000 10001 10010110 1000100 1011001 0 101001 11111110 1010000 100001

Color Harmonies of #301196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301196

Black with #301196

Text Example


Text Example

White with #301196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301196; }

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

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

background-color css

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

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

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

border-color css

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

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

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