Html Css Color HEX #301493 Persian Indigo

📋 copy color: '#301493'

red 48 ◦ green 20 ◦ blue 147

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

Shades of Persian Indigo #301493

Tints of Persian Indigo #301493

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.3%

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

R = 22.33%
G = 9.3%
B = 68.37%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#301493 (or 0x301493) is known color: Persian Indigo. HEX triplet: 30, 14 and 93. RGB value is (48,20,147). Sum of RGB (Red+Green+Blue) = 48+20+147=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 147 (57.81% from 255 or 68.37% from 215); Max value from RGB is 147 - color contains mainly: blue. Hex color #301493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301493 is #CFEB6C. Grayscale: #2A2A2A. Windows color (decimal): -13626221 or 9638960. OLE color: 9638960.

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

Color convert

RGB 48 20 147 -
CMYK 0.67 0.86 0 0.42
HSL 253.23º 0.76% 0.33% -
HSV(B) 253.23º 0.86% 0.58% -
XYZ 6.74 3.24 27.87 -
YUV 42.85 186.78 131.67 -
System Red Green Blue C M Y K H S L
Decimal 48 20 147 0.67 0.86 0 0.42 253.23 0.76 0.33
Hex 30 14 93 43 56 0 2A FD 4C 21
Octal 60 24 223 103 126 0 52 375 114 41
Binary 110000 10100 10010011 1000011 1010110 0 101010 11111101 1001100 100001

Color Harmonies of #301493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301493

Black with #301493

Text Example


Text Example

White with #301493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301493; }

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

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

background-color css

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

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

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

border-color css

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

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

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