Html Css Color HEX #300574 Persian Indigo

📋 copy color: '#300574'

red 48 ◦ green 5 ◦ blue 116

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

Shades of Persian Indigo #300574

Tints of Persian Indigo #300574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 68.64%

R = 28.4%
G = 2.96%
B = 68.64%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#300574 (or 0x300574) is known color: Persian Indigo. HEX triplet: 30, 05 and 74. RGB value is (48,5,116). Sum of RGB (Red+Green+Blue) = 48+5+116=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 116 (45.70% from 255 or 68.64% from 169); Max value from RGB is 116 - color contains mainly: blue. Hex color #300574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300574 is #CFFA8B. Grayscale: #1E1E1E. Windows color (decimal): -13630092 or 7603504. OLE color: 7603504.

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

Color convert

RGB 48 5 116 -
CMYK 0.59 0.96 0 0.55
HSL 263.24º 0.92% 0.24% -
HSV(B) 263.24º 0.96% 0.45% -
XYZ 4.43 2 16.68 -
YUV 30.51 176.25 140.47 -
System Red Green Blue C M Y K H S L
Decimal 48 5 116 0.59 0.96 0 0.55 263.24 0.92 0.24
Hex 30 5 74 3B 60 0 37 107 5C 18
Octal 60 5 164 73 140 0 67 407 134 30
Binary 110000 101 1110100 111011 1100000 0 110111 100000111 1011100 11000

Color Harmonies of #300574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300574

Black with #300574

Text Example


Text Example

White with #300574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300574; }

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

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

background-color css

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

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

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

border-color css

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

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

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