Html Css Color HEX #300076 Persian Indigo

📋 copy color: '#300076'

red 48 ◦ green 0 ◦ blue 118

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

Shades of Persian Indigo #300076

Tints of Persian Indigo #300076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 28.92%
G = 0%
B = 71.08%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#300076 (or 0x300076) is known color: Persian Indigo. HEX triplet: 30, 00 and 76. RGB value is (48,0,118). Sum of RGB (Red+Green+Blue) = 48+0+118=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 118 (46.48% from 255 or 71.08% from 166); Max value from RGB is 118 - color contains mainly: blue. Hex color #300076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300076 is #CFFF89. Grayscale: #1B1B1B. Windows color (decimal): -13631370 or 7733296. OLE color: 7733296.

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

Color convert

RGB 48 0 118 -
CMYK 0.59 1 0 0.54
HSL 264.41º 1% 0.23% -
HSV(B) 264.41º 1% 0.46% -
XYZ 4.49 1.94 17.28 -
YUV 27.8 178.9 142.41 -
System Red Green Blue C M Y K H S L
Decimal 48 0 118 0.59 1 0 0.54 264.41 1 0.23
Hex 30 0 76 3B 64 0 36 108 64 17
Octal 60 0 166 73 144 0 66 410 144 27
Binary 110000 0 1110110 111011 1100100 0 110110 100001000 1100100 10111

Color Harmonies of #300076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300076

Black with #300076

Text Example


Text Example

White with #300076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300076; }

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

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

background-color css

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

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

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

border-color css

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

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

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