Html Css Color HEX #301371 Persian Indigo

📋 copy color: '#301371'

red 48 ◦ green 19 ◦ blue 113

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

Shades of Persian Indigo #301371

Tints of Persian Indigo #301371

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.56%

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

R = 26.67%
G = 10.56%
B = 62.78%

CMYK

 C value IS 0.58

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#301371 (or 0x301371) is known color: Persian Indigo. HEX triplet: 30, 13 and 71. RGB value is (48,19,113). Sum of RGB (Red+Green+Blue) = 48+19+113=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 113 (44.53% from 255 or 62.78% from 180); Max value from RGB is 113 - color contains mainly: blue. Hex color #301371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301371 is #CFEC8E. Grayscale: #262626. Windows color (decimal): -13626511 or 7410480. OLE color: 7410480.

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

Color convert

RGB 48 19 113 -
CMYK 0.58 0.83 0 0.56
HSL 258.51º 0.71% 0.26% -
HSV(B) 258.51º 0.83% 0.44% -
XYZ 4.43 2.29 15.83 -
YUV 38.39 170.11 134.86 -
System Red Green Blue C M Y K H S L
Decimal 48 19 113 0.58 0.83 0 0.56 258.51 0.71 0.26
Hex 30 13 71 3A 53 0 38 103 47 1A
Octal 60 23 161 72 123 0 70 403 107 32
Binary 110000 10011 1110001 111010 1010011 0 111000 100000011 1000111 11010

Color Harmonies of #301371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301371

Black with #301371

Text Example


Text Example

White with #301371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301371; }

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

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

background-color css

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

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

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

border-color css

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

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

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