Html Css Color HEX #301376 Persian Indigo

📋 copy color: '#301376'

red 48 ◦ green 19 ◦ blue 118

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

Shades of Persian Indigo #301376

Tints of Persian Indigo #301376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 63.78%

R = 25.95%
G = 10.27%
B = 63.78%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#301376 (or 0x301376) is known color: Persian Indigo. HEX triplet: 30, 13 and 76. RGB value is (48,19,118). Sum of RGB (Red+Green+Blue) = 48+19+118=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 118 (46.48% from 255 or 63.78% from 185); Max value from RGB is 118 - color contains mainly: blue. Hex color #301376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301376 is #CFEC89. Grayscale: #262626. Windows color (decimal): -13626506 or 7738160. OLE color: 7738160.

HSL color Cylindrical-coordinate representation of color #301376: hue angle of 257.58º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301376 is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 19 118 -
CMYK 0.59 0.84 0 0.54
HSL 257.58º 0.72% 0.27% -
HSV(B) 257.58º 0.84% 0.46% -
XYZ 4.72 2.4 17.35 -
YUV 38.96 172.61 134.45 -
System Red Green Blue C M Y K H S L
Decimal 48 19 118 0.59 0.84 0 0.54 257.58 0.72 0.27
Hex 30 13 76 3B 54 0 36 102 48 1B
Octal 60 23 166 73 124 0 66 402 110 33
Binary 110000 10011 1110110 111011 1010100 0 110110 100000010 1001000 11011

Color Harmonies of #301376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301376

Black with #301376

Text Example


Text Example

White with #301376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301376; }

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

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

background-color css

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

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

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

border-color css

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

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

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