Html Css Color HEX #302493 Persian Indigo

📋 copy color: '#302493'

red 48 ◦ green 36 ◦ blue 147

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

Shades of Persian Indigo #302493

Tints of Persian Indigo #302493

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.58%

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

R = 20.78%
G = 15.58%
B = 63.64%

CMYK

 C value IS 0.67

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#302493 (or 0x302493) is known color: Persian Indigo. HEX triplet: 30, 24 and 93. RGB value is (48,36,147). Sum of RGB (Red+Green+Blue) = 48+36+147=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 147 (57.81% from 255 or 63.64% from 231); Max value from RGB is 147 - color contains mainly: blue. Hex color #302493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302493 is #CFDB6C. Grayscale: #333333. Windows color (decimal): -13622125 or 9643056. OLE color: 9643056.

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

Color convert

RGB 48 36 147 -
CMYK 0.67 0.76 0 0.42
HSL 246.49º 0.61% 0.36% -
HSV(B) 246.49º 0.76% 0.58% -
XYZ 7.12 4 28 -
YUV 52.24 181.48 124.97 -
System Red Green Blue C M Y K H S L
Decimal 48 36 147 0.67 0.76 0 0.42 246.49 0.61 0.36
Hex 30 24 93 43 4C 0 2A F6 3D 24
Octal 60 44 223 103 114 0 52 366 75 44
Binary 110000 100100 10010011 1000011 1001100 0 101010 11110110 111101 100100

Color Harmonies of #302493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302493

Black with #302493

Text Example


Text Example

White with #302493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302493; }

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

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

background-color css

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

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

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

border-color css

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

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

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