Html Css Color HEX #301373 Persian Indigo

📋 copy color: '#301373'

red 48 ◦ green 19 ◦ blue 115

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

Shades of Persian Indigo #301373

Tints of Persian Indigo #301373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 63.19%

R = 26.37%
G = 10.44%
B = 63.19%

CMYK

 C value IS 0.58

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#301373 (or 0x301373) is known color: Persian Indigo. HEX triplet: 30, 13 and 73. RGB value is (48,19,115). Sum of RGB (Red+Green+Blue) = 48+19+115=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 115 (45.31% from 255 or 63.19% from 182); Max value from RGB is 115 - color contains mainly: blue. Hex color #301373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301373 is #CFEC8C. Grayscale: #262626. Windows color (decimal): -13626509 or 7541552. OLE color: 7541552.

HSL color Cylindrical-coordinate representation of color #301373: hue angle of 258.12º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #301373 is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 19 115 -
CMYK 0.58 0.83 0 0.55
HSL 258.13º 0.72% 0.26% -
HSV(B) 258.13º 0.83% 0.45% -
XYZ 4.55 2.33 16.43 -
YUV 38.62 171.11 134.69 -
System Red Green Blue C M Y K H S L
Decimal 48 19 115 0.58 0.83 0 0.55 258.13 0.72 0.26
Hex 30 13 73 3A 53 0 37 102 48 1A
Octal 60 23 163 72 123 0 67 402 110 32
Binary 110000 10011 1110011 111010 1010011 0 110111 100000010 1001000 11010

Color Harmonies of #301373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301373

Black with #301373

Text Example


Text Example

White with #301373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301373; }

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

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

background-color css

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

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

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

border-color css

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

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

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