Html Css Color HEX #300776 Persian Indigo

📋 copy color: '#300776'

red 48 ◦ green 7 ◦ blue 118

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

Shades of Persian Indigo #300776

Tints of Persian Indigo #300776

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.05%

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

R = 27.75%
G = 4.05%
B = 68.21%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#300776 (or 0x300776) is known color: Persian Indigo. HEX triplet: 30, 07 and 76. RGB value is (48,7,118). Sum of RGB (Red+Green+Blue) = 48+7+118=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 118 (46.48% from 255 or 68.21% from 173); Max value from RGB is 118 - color contains mainly: blue. Hex color #300776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300776 is #CFF889. Grayscale: #1F1F1F. Windows color (decimal): -13629578 or 7735088. OLE color: 7735088.

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

Color convert

RGB 48 7 118 -
CMYK 0.59 0.94 0 0.54
HSL 262.16º 0.89% 0.25% -
HSV(B) 262.16º 0.94% 0.46% -
XYZ 4.56 2.09 17.3 -
YUV 31.91 176.58 139.47 -
System Red Green Blue C M Y K H S L
Decimal 48 7 118 0.59 0.94 0 0.54 262.16 0.89 0.25
Hex 30 7 76 3B 5E 0 36 106 59 19
Octal 60 7 166 73 136 0 66 406 131 31
Binary 110000 111 1110110 111011 1011110 0 110110 100000110 1011001 11001

Color Harmonies of #300776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300776

Black with #300776

Text Example


Text Example

White with #300776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300776; }

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

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

background-color css

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

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

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

border-color css

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

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

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