Html Css Color HEX #301996 Persian Indigo

📋 copy color: '#301996'

red 48 ◦ green 25 ◦ blue 150

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

Shades of Persian Indigo #301996

Tints of Persian Indigo #301996

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.21%

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

R = 21.52%
G = 11.21%
B = 67.26%

CMYK

 C value IS 0.68

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#301996 (or 0x301996) is known color: Persian Indigo. HEX triplet: 30, 19 and 96. RGB value is (48,25,150). Sum of RGB (Red+Green+Blue) = 48+25+150=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 150 (58.98% from 255 or 67.26% from 223); Max value from RGB is 150 - color contains mainly: blue. Hex color #301996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301996 is #CFE669. Grayscale: #2D2D2D. Windows color (decimal): -13624938 or 9836848. OLE color: 9836848.

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

Color convert

RGB 48 25 150 -
CMYK 0.68 0.83 0 0.41
HSL 251.04º 0.71% 0.34% -
HSV(B) 251.04º 0.83% 0.59% -
XYZ 7.07 3.53 29.16 -
YUV 46.13 186.62 129.34 -
System Red Green Blue C M Y K H S L
Decimal 48 25 150 0.68 0.83 0 0.41 251.04 0.71 0.34
Hex 30 19 96 44 53 0 29 FB 47 22
Octal 60 31 226 104 123 0 51 373 107 42
Binary 110000 11001 10010110 1000100 1010011 0 101001 11111011 1000111 100010

Color Harmonies of #301996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301996

Black with #301996

Text Example


Text Example

White with #301996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301996; }

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

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

background-color css

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

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

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

border-color css

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

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

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