Html Css Color HEX #300276 Persian Indigo

📋 copy color: '#300276'

red 48 ◦ green 2 ◦ blue 118

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

Shades of Persian Indigo #300276

Tints of Persian Indigo #300276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.19%

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

R = 28.57%
G = 1.19%
B = 70.24%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#300276 (or 0x300276) is known color: Persian Indigo. HEX triplet: 30, 02 and 76. RGB value is (48,2,118). Sum of RGB (Red+Green+Blue) = 48+2+118=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 118 (46.48% from 255 or 70.24% from 168); Max value from RGB is 118 - color contains mainly: blue. Hex color #300276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300276 is #CFFD89. Grayscale: #1C1C1C. Windows color (decimal): -13630858 or 7733808. OLE color: 7733808.

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

Color convert

RGB 48 2 118 -
CMYK 0.59 0.98 0 0.54
HSL 263.79º 0.97% 0.24% -
HSV(B) 263.79º 0.98% 0.46% -
XYZ 4.51 1.98 17.28 -
YUV 28.98 178.24 141.57 -
System Red Green Blue C M Y K H S L
Decimal 48 2 118 0.59 0.98 0 0.54 263.79 0.97 0.24
Hex 30 2 76 3B 62 0 36 108 61 18
Octal 60 2 166 73 142 0 66 410 141 30
Binary 110000 10 1110110 111011 1100010 0 110110 100001000 1100001 11000

Color Harmonies of #300276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300276

Black with #300276

Text Example


Text Example

White with #300276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300276; }

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

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

background-color css

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

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

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

border-color css

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

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

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