Html Css Color HEX #300176 Persian Indigo

📋 copy color: '#300176'

red 48 ◦ green 1 ◦ blue 118

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

Shades of Persian Indigo #300176

Tints of Persian Indigo #300176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 28.74%
G = 0.6%
B = 70.66%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#300176 (or 0x300176) is known color: Persian Indigo. HEX triplet: 30, 01 and 76. RGB value is (48,1,118). Sum of RGB (Red+Green+Blue) = 48+1+118=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 118 (46.48% from 255 or 70.66% from 167); Max value from RGB is 118 - color contains mainly: blue. Hex color #300176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300176 is #CFFE89. Grayscale: #1B1B1B. Windows color (decimal): -13631114 or 7733552. OLE color: 7733552.

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

Color convert

RGB 48 1 118 -
CMYK 0.59 0.99 0 0.54
HSL 264.1º 0.98% 0.23% -
HSV(B) 264.1º 0.99% 0.46% -
XYZ 4.5 1.96 17.28 -
YUV 28.39 178.57 141.99 -
System Red Green Blue C M Y K H S L
Decimal 48 1 118 0.59 0.99 0 0.54 264.1 0.98 0.23
Hex 30 1 76 3B 63 0 36 108 62 17
Octal 60 1 166 73 143 0 66 410 142 27
Binary 110000 1 1110110 111011 1100011 0 110110 100001000 1100010 10111

Color Harmonies of #300176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300176

Black with #300176

Text Example


Text Example

White with #300176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300176; }

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

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

background-color css

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

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

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

border-color css

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

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

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