Html Css Color HEX #301195 Persian Indigo

📋 copy color: '#301195'

red 48 ◦ green 17 ◦ blue 149

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

Shades of Persian Indigo #301195

Tints of Persian Indigo #301195

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.94%

 BLUE value IS 149 (58.59% from 255) = 69.63%

R = 22.43%
G = 7.94%
B = 69.63%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#301195 (or 0x301195) is known color: Persian Indigo. HEX triplet: 30, 11 and 95. RGB value is (48,17,149). Sum of RGB (Red+Green+Blue) = 48+17+149=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 149 (58.59% from 255 or 69.63% from 214); Max value from RGB is 149 - color contains mainly: blue. Hex color #301195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301195 is #CFEE6A. Grayscale: #282828. Windows color (decimal): -13626987 or 9769264. OLE color: 9769264.

HSL color Cylindrical-coordinate representation of color #301195: hue angle of 254.09º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #301195 is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 17 149 -
CMYK 0.68 0.89 0 0.42
HSL 254.09º 0.8% 0.33% -
HSV(B) 254.09º 0.89% 0.58% -
XYZ 6.84 3.2 28.69 -
YUV 41.32 188.77 132.77 -
System Red Green Blue C M Y K H S L
Decimal 48 17 149 0.68 0.89 0 0.42 254.09 0.8 0.33
Hex 30 11 95 44 59 0 2A FE 50 21
Octal 60 21 225 104 131 0 52 376 120 41
Binary 110000 10001 10010101 1000100 1011001 0 101010 11111110 1010000 100001

Color Harmonies of #301195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301195

Black with #301195

Text Example


Text Example

White with #301195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301195; }

 p { color: rgb(48,17,149); }

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

background-color css

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

 a { background-color: rgb(48,17,149); }

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

border-color css

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

 span { border-color: rgb(48,17,149); }

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