Html Css Color HEX #301491 Persian Indigo

📋 copy color: '#301491'

red 48 ◦ green 20 ◦ blue 145

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

Shades of Persian Indigo #301491

Tints of Persian Indigo #301491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.39%

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

R = 22.54%
G = 9.39%
B = 68.08%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#301491 (or 0x301491) is known color: Persian Indigo. HEX triplet: 30, 14 and 91. RGB value is (48,20,145). Sum of RGB (Red+Green+Blue) = 48+20+145=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 145 (57.03% from 255 or 68.08% from 213); Max value from RGB is 145 - color contains mainly: blue. Hex color #301491 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301491 is #CFEB6E. Grayscale: #2A2A2A. Windows color (decimal): -13626223 or 9507888. OLE color: 9507888.

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

Color convert

RGB 48 20 145 -
CMYK 0.67 0.86 0 0.43
HSL 253.44º 0.76% 0.32% -
HSV(B) 253.44º 0.86% 0.57% -
XYZ 6.58 3.17 27.05 -
YUV 42.62 185.78 131.84 -
System Red Green Blue C M Y K H S L
Decimal 48 20 145 0.67 0.86 0 0.43 253.44 0.76 0.32
Hex 30 14 91 43 56 0 2B FD 4C 20
Octal 60 24 221 103 126 0 53 375 114 40
Binary 110000 10100 10010001 1000011 1010110 0 101011 11111101 1001100 100000

Color Harmonies of #301491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301491

Black with #301491

Text Example


Text Example

White with #301491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301491; }

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

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

background-color css

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

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

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

border-color css

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

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

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