Html Css Color HEX #300477 Persian Indigo

📋 copy color: '#300477'

red 48 ◦ green 4 ◦ blue 119

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

Shades of Persian Indigo #300477

Tints of Persian Indigo #300477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.34%

 BLUE value IS 119 (46.88% from 255) = 69.59%

R = 28.07%
G = 2.34%
B = 69.59%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#300477 (or 0x300477) is known color: Persian Indigo. HEX triplet: 30, 04 and 77. RGB value is (48,4,119). Sum of RGB (Red+Green+Blue) = 48+4+119=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 119 (46.88% from 255 or 69.59% from 171); Max value from RGB is 119 - color contains mainly: blue. Hex color #300477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300477 is #CFFB88. Grayscale: #1D1D1D. Windows color (decimal): -13630345 or 7799856. OLE color: 7799856.

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

Color convert

RGB 48 4 119 -
CMYK 0.60 0.97 0 0.53
HSL 262.96º 0.93% 0.24% -
HSV(B) 262.96º 0.97% 0.47% -
XYZ 4.59 2.05 17.61 -
YUV 30.27 178.08 140.65 -
System Red Green Blue C M Y K H S L
Decimal 48 4 119 0.60 0.97 0 0.53 262.96 0.93 0.24
Hex 30 4 77 3C 61 0 35 107 5D 18
Octal 60 4 167 74 141 0 65 407 135 30
Binary 110000 100 1110111 111100 1100001 0 110101 100000111 1011101 11000

Color Harmonies of #300477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300477

Black with #300477

Text Example


Text Example

White with #300477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300477; }

 p { color: rgb(48,4,119); }

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

background-color css

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

 a { background-color: rgb(48,4,119); }

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

border-color css

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

 span { border-color: rgb(48,4,119); }

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