Html Css Color HEX #301393 Persian Indigo

📋 copy color: '#301393'

red 48 ◦ green 19 ◦ blue 147

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

Shades of Persian Indigo #301393

Tints of Persian Indigo #301393

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.88%

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

R = 22.43%
G = 8.88%
B = 68.69%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#301393 (or 0x301393) is known color: Persian Indigo. HEX triplet: 30, 13 and 93. RGB value is (48,19,147). Sum of RGB (Red+Green+Blue) = 48+19+147=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 147 (57.81% from 255 or 68.69% from 214); Max value from RGB is 147 - color contains mainly: blue. Hex color #301393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301393 is #CFEC6C. Grayscale: #292929. Windows color (decimal): -13626477 or 9638704. OLE color: 9638704.

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

Color convert

RGB 48 19 147 -
CMYK 0.67 0.87 0 0.42
HSL 253.59º 0.77% 0.33% -
HSV(B) 253.59º 0.87% 0.58% -
XYZ 6.72 3.2 27.87 -
YUV 42.26 187.11 132.09 -
System Red Green Blue C M Y K H S L
Decimal 48 19 147 0.67 0.87 0 0.42 253.59 0.77 0.33
Hex 30 13 93 43 57 0 2A FE 4D 21
Octal 60 23 223 103 127 0 52 376 115 41
Binary 110000 10011 10010011 1000011 1010111 0 101010 11111110 1001101 100001

Color Harmonies of #301393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301393

Black with #301393

Text Example


Text Example

White with #301393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301393; }

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

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

background-color css

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

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

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

border-color css

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

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

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