Html Css Color HEX #300593 Persian Indigo

📋 copy color: '#300593'

red 48 ◦ green 5 ◦ blue 147

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

Shades of Persian Indigo #300593

Tints of Persian Indigo #300593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 73.5%

R = 24%
G = 2.5%
B = 73.5%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#300593 (or 0x300593) is known color: Persian Indigo. HEX triplet: 30, 05 and 93. RGB value is (48,5,147). Sum of RGB (Red+Green+Blue) = 48+5+147=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 147 (57.81% from 255 or 73.5% from 200); Max value from RGB is 147 - color contains mainly: blue. Hex color #300593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300593 is #CFFA6C. Grayscale: #212121. Windows color (decimal): -13630061 or 9635120. OLE color: 9635120.

HSL color Cylindrical-coordinate representation of color #300593: hue angle of 258.17º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #300593 is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 5 147 -
CMYK 0.67 0.97 0 0.42
HSL 258.17º 0.93% 0.3% -
HSV(B) 258.17º 0.97% 0.58% -
XYZ 6.54 2.84 27.81 -
YUV 34.05 191.75 137.95 -
System Red Green Blue C M Y K H S L
Decimal 48 5 147 0.67 0.97 0 0.42 258.17 0.93 0.3
Hex 30 5 93 43 61 0 2A 102 5D 1E
Octal 60 5 223 103 141 0 52 402 135 36
Binary 110000 101 10010011 1000011 1100001 0 101010 100000010 1011101 11110

Color Harmonies of #300593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300593

Black with #300593

Text Example


Text Example

White with #300593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300593; }

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

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

background-color css

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

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

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

border-color css

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

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

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