Html Css Color HEX #301971 Persian Indigo

📋 copy color: '#301971'

red 48 ◦ green 25 ◦ blue 113

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

Shades of Persian Indigo #301971

Tints of Persian Indigo #301971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 60.75%

R = 25.81%
G = 13.44%
B = 60.75%

CMYK

 C value IS 0.58

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#301971 (or 0x301971) is known color: Persian Indigo. HEX triplet: 30, 19 and 71. RGB value is (48,25,113). Sum of RGB (Red+Green+Blue) = 48+25+113=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 113 (44.53% from 255 or 60.75% from 186); Max value from RGB is 113 - color contains mainly: blue. Hex color #301971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301971 is #CFE68E. Grayscale: #292929. Windows color (decimal): -13624975 or 7412016. OLE color: 7412016.

HSL color Cylindrical-coordinate representation of color #301971: hue angle of 255.68º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #301971 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 25 113 -
CMYK 0.58 0.78 0 0.56
HSL 255.68º 0.64% 0.27% -
HSV(B) 255.68º 0.78% 0.44% -
XYZ 4.55 2.52 15.87 -
YUV 41.91 168.12 132.34 -
System Red Green Blue C M Y K H S L
Decimal 48 25 113 0.58 0.78 0 0.56 255.68 0.64 0.27
Hex 30 19 71 3A 4E 0 38 100 40 1B
Octal 60 31 161 72 116 0 70 400 100 33
Binary 110000 11001 1110001 111010 1001110 0 111000 100000000 1000000 11011

Color Harmonies of #301971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301971

Black with #301971

Text Example


Text Example

White with #301971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301971; }

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

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

background-color css

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

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

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

border-color css

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

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

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