Html Css Color HEX #300E76 Persian Indigo

📋 copy color: '#300E76'

red 48 ◦ green 14 ◦ blue 118

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

Shades of Persian Indigo #300E76

Tints of Persian Indigo #300E76

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.78%

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

R = 26.67%
G = 7.78%
B = 65.56%

CMYK

 C value IS 0.59

 M value IS 0.88

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#300E76 (or 0x300E76) is known color: Persian Indigo. HEX triplet: 30, 0E and 76. RGB value is (48,14,118). Sum of RGB (Red+Green+Blue) = 48+14+118=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 14 (5.86% from 255 or 7.78% from 180); Blue value is 118 (46.48% from 255 or 65.56% from 180); Max value from RGB is 118 - color contains mainly: blue. Hex color #300E76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300E76 is #CFF189. Grayscale: #232323. Windows color (decimal): -13627786 or 7736880. OLE color: 7736880.

HSL color Cylindrical-coordinate representation of color #300E76: hue angle of 259.62º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #300E76 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 14 118 -
CMYK 0.59 0.88 0 0.54
HSL 259.62º 0.79% 0.26% -
HSV(B) 259.62º 0.88% 0.46% -
XYZ 4.65 2.25 17.33 -
YUV 36.02 174.26 136.54 -
System Red Green Blue C M Y K H S L
Decimal 48 14 118 0.59 0.88 0 0.54 259.62 0.79 0.26
Hex 30 E 76 3B 58 0 36 104 4F 1A
Octal 60 16 166 73 130 0 66 404 117 32
Binary 110000 1110 1110110 111011 1011000 0 110110 100000100 1001111 11010

Color Harmonies of #300E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300E76

Black with #300E76

Text Example


Text Example

White with #300E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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