Html Css Color HEX #301295 Persian Indigo

📋 copy color: '#301295'

red 48 ◦ green 18 ◦ blue 149

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

Shades of Persian Indigo #301295

Tints of Persian Indigo #301295

RGB

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

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

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

R = 22.33%
G = 8.37%
B = 69.3%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#301295 (or 0x301295) is known color: Persian Indigo. HEX triplet: 30, 12 and 95. RGB value is (48,18,149). Sum of RGB (Red+Green+Blue) = 48+18+149=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 149 (58.59% from 255 or 69.30% from 215); Max value from RGB is 149 - color contains mainly: blue. Hex color #301295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301295 is #CFED6A. Grayscale: #292929. Windows color (decimal): -13626731 or 9769520. OLE color: 9769520.

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

Color convert

RGB 48 18 149 -
CMYK 0.68 0.88 0 0.42
HSL 253.74º 0.78% 0.33% -
HSV(B) 253.74º 0.88% 0.58% -
XYZ 6.86 3.23 28.7 -
YUV 41.9 188.44 132.35 -
System Red Green Blue C M Y K H S L
Decimal 48 18 149 0.68 0.88 0 0.42 253.74 0.78 0.33
Hex 30 12 95 44 58 0 2A FE 4E 21
Octal 60 22 225 104 130 0 52 376 116 41
Binary 110000 10010 10010101 1000100 1011000 0 101010 11111110 1001110 100001

Color Harmonies of #301295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301295

Black with #301295

Text Example


Text Example

White with #301295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301295; }

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

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

background-color css

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

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

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

border-color css

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

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

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