Html Css Color HEX #301995 Persian Indigo

📋 copy color: '#301995'

red 48 ◦ green 25 ◦ blue 149

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

Shades of Persian Indigo #301995

Tints of Persian Indigo #301995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 67.12%

R = 21.62%
G = 11.26%
B = 67.12%

CMYK

 C value IS 0.68

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#301995 (or 0x301995) is known color: Persian Indigo. HEX triplet: 30, 19 and 95. RGB value is (48,25,149). Sum of RGB (Red+Green+Blue) = 48+25+149=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 149 (58.59% from 255 or 67.12% from 222); Max value from RGB is 149 - color contains mainly: blue. Hex color #301995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301995 is #CFE66A. Grayscale: #2D2D2D. Windows color (decimal): -13624939 or 9771312. OLE color: 9771312.

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

Color convert

RGB 48 25 149 -
CMYK 0.68 0.83 0 0.42
HSL 251.13º 0.71% 0.34% -
HSV(B) 251.13º 0.83% 0.58% -
XYZ 6.99 3.49 28.74 -
YUV 46.01 186.12 129.42 -
System Red Green Blue C M Y K H S L
Decimal 48 25 149 0.68 0.83 0 0.42 251.13 0.71 0.34
Hex 30 19 95 44 53 0 2A FB 47 22
Octal 60 31 225 104 123 0 52 373 107 42
Binary 110000 11001 10010101 1000100 1010011 0 101010 11111011 1000111 100010

Color Harmonies of #301995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301995

Black with #301995

Text Example


Text Example

White with #301995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301995; }

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

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

background-color css

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

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

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

border-color css

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

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

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