Html Css Color HEX #302293 Persian Indigo

📋 copy color: '#302293'

red 48 ◦ green 34 ◦ blue 147

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

Shades of Persian Indigo #302293

Tints of Persian Indigo #302293

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.85%

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

R = 20.96%
G = 14.85%
B = 64.19%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#302293 (or 0x302293) is known color: Persian Indigo. HEX triplet: 30, 22 and 93. RGB value is (48,34,147). Sum of RGB (Red+Green+Blue) = 48+34+147=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 147 (57.81% from 255 or 64.19% from 229); Max value from RGB is 147 - color contains mainly: blue. Hex color #302293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302293 is #CFDD6C. Grayscale: #323232. Windows color (decimal): -13622637 or 9642544. OLE color: 9642544.

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

Color convert

RGB 48 34 147 -
CMYK 0.67 0.77 0 0.42
HSL 247.43º 0.62% 0.35% -
HSV(B) 247.43º 0.77% 0.58% -
XYZ 7.06 3.88 27.98 -
YUV 51.07 182.14 125.81 -
System Red Green Blue C M Y K H S L
Decimal 48 34 147 0.67 0.77 0 0.42 247.43 0.62 0.35
Hex 30 22 93 43 4D 0 2A F7 3E 23
Octal 60 42 223 103 115 0 52 367 76 43
Binary 110000 100010 10010011 1000011 1001101 0 101010 11110111 111110 100011

Color Harmonies of #302293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302293

Black with #302293

Text Example


Text Example

White with #302293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302293; }

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

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

background-color css

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

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

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

border-color css

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

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

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