Html Css Color HEX #301391 Persian Indigo

📋 copy color: '#301391'

red 48 ◦ green 19 ◦ blue 145

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

Shades of Persian Indigo #301391

Tints of Persian Indigo #301391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 68.4%

R = 22.64%
G = 8.96%
B = 68.4%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#301391 (or 0x301391) is known color: Persian Indigo. HEX triplet: 30, 13 and 91. RGB value is (48,19,145). Sum of RGB (Red+Green+Blue) = 48+19+145=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 145 (57.03% from 255 or 68.40% from 212); Max value from RGB is 145 - color contains mainly: blue. Hex color #301391 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301391 is #CFEC6E. Grayscale: #292929. Windows color (decimal): -13626479 or 9507632. OLE color: 9507632.

HSL color Cylindrical-coordinate representation of color #301391: hue angle of 253.81º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #301391 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 19 145 -
CMYK 0.67 0.87 0 0.43
HSL 253.81º 0.77% 0.32% -
HSV(B) 253.81º 0.87% 0.57% -
XYZ 6.56 3.14 27.05 -
YUV 42.04 186.11 132.25 -
System Red Green Blue C M Y K H S L
Decimal 48 19 145 0.67 0.87 0 0.43 253.81 0.77 0.32
Hex 30 13 91 43 57 0 2B FE 4D 20
Octal 60 23 221 103 127 0 53 376 115 40
Binary 110000 10011 10010001 1000011 1010111 0 101011 11111110 1001101 100000

Color Harmonies of #301391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301391

Black with #301391

Text Example


Text Example

White with #301391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301391; }

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

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

background-color css

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

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

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

border-color css

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

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

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