Html Css Color HEX #301771 Persian Indigo

📋 copy color: '#301771'

red 48 ◦ green 23 ◦ blue 113

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

Shades of Persian Indigo #301771

Tints of Persian Indigo #301771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.5%

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

R = 26.09%
G = 12.5%
B = 61.41%

CMYK

 C value IS 0.58

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#301771 (or 0x301771) is known color: Persian Indigo. HEX triplet: 30, 17 and 71. RGB value is (48,23,113). Sum of RGB (Red+Green+Blue) = 48+23+113=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 113 (44.53% from 255 or 61.41% from 184); Max value from RGB is 113 - color contains mainly: blue. Hex color #301771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301771 is #CFE88E. Grayscale: #282828. Windows color (decimal): -13625487 or 7411504. OLE color: 7411504.

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

Color convert

RGB 48 23 113 -
CMYK 0.58 0.80 0 0.56
HSL 256.67º 0.66% 0.27% -
HSV(B) 256.67º 0.8% 0.44% -
XYZ 4.51 2.43 15.85 -
YUV 40.74 168.78 133.18 -
System Red Green Blue C M Y K H S L
Decimal 48 23 113 0.58 0.80 0 0.56 256.67 0.66 0.27
Hex 30 17 71 3A 50 0 38 101 42 1B
Octal 60 27 161 72 120 0 70 401 102 33
Binary 110000 10111 1110001 111010 1010000 0 111000 100000001 1000010 11011

Color Harmonies of #301771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301771

Black with #301771

Text Example


Text Example

White with #301771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301771; }

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

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

background-color css

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

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

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

border-color css

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

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

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