Html Css Color HEX #300393 Persian Indigo

📋 copy color: '#300393'

red 48 ◦ green 3 ◦ blue 147

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

Shades of Persian Indigo #300393

Tints of Persian Indigo #300393

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

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

R = 24.24%
G = 1.52%
B = 74.24%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#300393 (or 0x300393) is known color: Persian Indigo. HEX triplet: 30, 03 and 93. RGB value is (48,3,147). Sum of RGB (Red+Green+Blue) = 48+3+147=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 147 (57.81% from 255 or 74.24% from 198); Max value from RGB is 147 - color contains mainly: blue. Hex color #300393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300393 is #CFFC6C. Grayscale: #202020. Windows color (decimal): -13630573 or 9634608. OLE color: 9634608.

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

Color convert

RGB 48 3 147 -
CMYK 0.67 0.98 0 0.42
HSL 258.75º 0.96% 0.29% -
HSV(B) 258.75º 0.98% 0.58% -
XYZ 6.52 2.8 27.8 -
YUV 32.87 192.41 138.79 -
System Red Green Blue C M Y K H S L
Decimal 48 3 147 0.67 0.98 0 0.42 258.75 0.96 0.29
Hex 30 3 93 43 62 0 2A 103 60 1D
Octal 60 3 223 103 142 0 52 403 140 35
Binary 110000 11 10010011 1000011 1100010 0 101010 100000011 1100000 11101

Color Harmonies of #300393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300393

Black with #300393

Text Example


Text Example

White with #300393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300393; }

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

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

background-color css

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

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

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

border-color css

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

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

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