Html Css Color HEX #300577 Persian Indigo

📋 copy color: '#300577'

red 48 ◦ green 5 ◦ blue 119

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

Shades of Persian Indigo #300577

Tints of Persian Indigo #300577

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.91%

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

R = 27.91%
G = 2.91%
B = 69.19%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#300577 (or 0x300577) is known color: Persian Indigo. HEX triplet: 30, 05 and 77. RGB value is (48,5,119). Sum of RGB (Red+Green+Blue) = 48+5+119=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 119 (46.88% from 255 or 69.19% from 172); Max value from RGB is 119 - color contains mainly: blue. Hex color #300577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300577 is #CFFA88. Grayscale: #1E1E1E. Windows color (decimal): -13630089 or 7800112. OLE color: 7800112.

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

Color convert

RGB 48 5 119 -
CMYK 0.60 0.96 0 0.53
HSL 262.63º 0.92% 0.24% -
HSV(B) 262.63º 0.96% 0.47% -
XYZ 4.6 2.07 17.61 -
YUV 30.85 177.75 140.23 -
System Red Green Blue C M Y K H S L
Decimal 48 5 119 0.60 0.96 0 0.53 262.63 0.92 0.24
Hex 30 5 77 3C 60 0 35 107 5C 18
Octal 60 5 167 74 140 0 65 407 134 30
Binary 110000 101 1110111 111100 1100000 0 110101 100000111 1011100 11000

Color Harmonies of #300577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300577

Black with #300577

Text Example


Text Example

White with #300577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300577; }

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

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

background-color css

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

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

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

border-color css

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

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

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