Html Css Color HEX #300575 Persian Indigo

📋 copy color: '#300575'

red 48 ◦ green 5 ◦ blue 117

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

Shades of Persian Indigo #300575

Tints of Persian Indigo #300575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 68.82%

R = 28.24%
G = 2.94%
B = 68.82%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#300575 (or 0x300575) is known color: Persian Indigo. HEX triplet: 30, 05 and 75. RGB value is (48,5,117). Sum of RGB (Red+Green+Blue) = 48+5+117=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 117 (46.09% from 255 or 68.82% from 170); Max value from RGB is 117 - color contains mainly: blue. Hex color #300575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300575 is #CFFA8A. Grayscale: #1E1E1E. Windows color (decimal): -13630091 or 7669040. OLE color: 7669040.

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

Color convert

RGB 48 5 117 -
CMYK 0.59 0.96 0 0.54
HSL 263.04º 0.92% 0.24% -
HSV(B) 263.04º 0.96% 0.46% -
XYZ 4.48 2.02 16.98 -
YUV 30.63 176.75 140.39 -
System Red Green Blue C M Y K H S L
Decimal 48 5 117 0.59 0.96 0 0.54 263.04 0.92 0.24
Hex 30 5 75 3B 60 0 36 107 5C 18
Octal 60 5 165 73 140 0 66 407 134 30
Binary 110000 101 1110101 111011 1100000 0 110110 100000111 1011100 11000

Color Harmonies of #300575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300575

Black with #300575

Text Example


Text Example

White with #300575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300575; }

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

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

background-color css

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

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

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

border-color css

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

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

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