Html Css Color HEX #301291 Persian Indigo

📋 copy color: '#301291'

red 48 ◦ green 18 ◦ blue 145

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

Shades of Persian Indigo #301291

Tints of Persian Indigo #301291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.53%

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

R = 22.75%
G = 8.53%
B = 68.72%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#301291 (or 0x301291) is known color: Persian Indigo. HEX triplet: 30, 12 and 91. RGB value is (48,18,145). Sum of RGB (Red+Green+Blue) = 48+18+145=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 145 (57.03% from 255 or 68.72% from 211); Max value from RGB is 145 - color contains mainly: blue. Hex color #301291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301291 is #CFED6E. Grayscale: #282828. Windows color (decimal): -13626735 or 9507376. OLE color: 9507376.

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

Color convert

RGB 48 18 145 -
CMYK 0.67 0.88 0 0.43
HSL 254.17º 0.78% 0.32% -
HSV(B) 254.17º 0.88% 0.57% -
XYZ 6.55 3.11 27.04 -
YUV 41.45 186.44 132.67 -
System Red Green Blue C M Y K H S L
Decimal 48 18 145 0.67 0.88 0 0.43 254.17 0.78 0.32
Hex 30 12 91 43 58 0 2B FE 4E 20
Octal 60 22 221 103 130 0 53 376 116 40
Binary 110000 10010 10010001 1000011 1011000 0 101011 11111110 1001110 100000

Color Harmonies of #301291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301291

Black with #301291

Text Example


Text Example

White with #301291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301291; }

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

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

background-color css

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

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

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

border-color css

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

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

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