Html Css Color HEX #302193 Persian Indigo

📋 copy color: '#302193'

red 48 ◦ green 33 ◦ blue 147

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

Shades of Persian Indigo #302193

Tints of Persian Indigo #302193

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.47%

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

R = 21.05%
G = 14.47%
B = 64.47%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#302193 (or 0x302193) is known color: Persian Indigo. HEX triplet: 30, 21 and 93. RGB value is (48,33,147). Sum of RGB (Red+Green+Blue) = 48+33+147=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 147 (57.81% from 255 or 64.47% from 228); Max value from RGB is 147 - color contains mainly: blue. Hex color #302193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302193 is #CFDE6C. Grayscale: #323232. Windows color (decimal): -13622893 or 9642288. OLE color: 9642288.

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

Color convert

RGB 48 33 147 -
CMYK 0.67 0.78 0 0.42
HSL 247.89º 0.63% 0.35% -
HSV(B) 247.89º 0.78% 0.58% -
XYZ 7.03 3.82 27.97 -
YUV 50.48 182.47 126.23 -
System Red Green Blue C M Y K H S L
Decimal 48 33 147 0.67 0.78 0 0.42 247.89 0.63 0.35
Hex 30 21 93 43 4E 0 2A F8 3F 23
Octal 60 41 223 103 116 0 52 370 77 43
Binary 110000 100001 10010011 1000011 1001110 0 101010 11111000 111111 100011

Color Harmonies of #302193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302193

Black with #302193

Text Example


Text Example

White with #302193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302193; }

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

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

background-color css

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

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

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

border-color css

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

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

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