Html Css Color HEX #300778 Persian Indigo

📋 copy color: '#300778'

red 48 ◦ green 7 ◦ blue 120

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

Shades of Persian Indigo #300778

Tints of Persian Indigo #300778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 68.57%

R = 27.43%
G = 4%
B = 68.57%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#300778 (or 0x300778) is known color: Persian Indigo. HEX triplet: 30, 07 and 78. RGB value is (48,7,120). Sum of RGB (Red+Green+Blue) = 48+7+120=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 120 (47.27% from 255 or 68.57% from 175); Max value from RGB is 120 - color contains mainly: blue. Hex color #300778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300778 is #CFF887. Grayscale: #1F1F1F. Windows color (decimal): -13629576 or 7866160. OLE color: 7866160.

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

Color convert

RGB 48 7 120 -
CMYK 0.60 0.94 0 0.53
HSL 261.77º 0.89% 0.25% -
HSV(B) 261.77º 0.94% 0.47% -
XYZ 4.69 2.14 17.93 -
YUV 32.14 177.58 139.31 -
System Red Green Blue C M Y K H S L
Decimal 48 7 120 0.60 0.94 0 0.53 261.77 0.89 0.25
Hex 30 7 78 3C 5E 0 35 106 59 19
Octal 60 7 170 74 136 0 65 406 131 31
Binary 110000 111 1111000 111100 1011110 0 110101 100000110 1011001 11001

Color Harmonies of #300778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300778

Black with #300778

Text Example


Text Example

White with #300778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300778; }

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

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

background-color css

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

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

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

border-color css

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

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

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