Html Css Color HEX #301395 Persian Indigo

📋 copy color: '#301395'

red 48 ◦ green 19 ◦ blue 149

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

Shades of Persian Indigo #301395

Tints of Persian Indigo #301395

RGB

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

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

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

R = 22.22%
G = 8.8%
B = 68.98%

CMYK

 C value IS 0.68

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#301395 (or 0x301395) is known color: Persian Indigo. HEX triplet: 30, 13 and 95. RGB value is (48,19,149). Sum of RGB (Red+Green+Blue) = 48+19+149=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 149 (58.59% from 255 or 68.98% from 216); Max value from RGB is 149 - color contains mainly: blue. Hex color #301395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301395 is #CFEC6A. Grayscale: #2A2A2A. Windows color (decimal): -13626475 or 9769776. OLE color: 9769776.

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

Color convert

RGB 48 19 149 -
CMYK 0.68 0.87 0 0.42
HSL 253.38º 0.77% 0.33% -
HSV(B) 253.38º 0.87% 0.58% -
XYZ 6.88 3.26 28.7 -
YUV 42.49 188.11 131.93 -
System Red Green Blue C M Y K H S L
Decimal 48 19 149 0.68 0.87 0 0.42 253.38 0.77 0.33
Hex 30 13 95 44 57 0 2A FD 4D 21
Octal 60 23 225 104 127 0 52 375 115 41
Binary 110000 10011 10010101 1000100 1010111 0 101010 11111101 1001101 100001

Color Harmonies of #301395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301395

Black with #301395

Text Example


Text Example

White with #301395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301395; }

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

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

background-color css

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

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

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

border-color css

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

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

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