Html Css Color HEX #302199 Persian Indigo

📋 copy color: '#302199'

red 48 ◦ green 33 ◦ blue 153

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

Shades of Persian Indigo #302199

Tints of Persian Indigo #302199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 65.38%

R = 20.51%
G = 14.1%
B = 65.38%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#302199 (or 0x302199) is known color: Persian Indigo. HEX triplet: 30, 21 and 99. RGB value is (48,33,153). Sum of RGB (Red+Green+Blue) = 48+33+153=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #302199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302199 is #CFDE66. Grayscale: #323232. Windows color (decimal): -13622887 or 10035504. OLE color: 10035504.

HSL color Cylindrical-coordinate representation of color #302199: hue angle of 247.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #302199 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 33 153 -
CMYK 0.69 0.78 0 0.4
HSL 247.5º 0.65% 0.36% -
HSV(B) 247.5º 0.78% 0.6% -
XYZ 7.51 4.02 30.52 -
YUV 51.17 185.47 125.74 -
System Red Green Blue C M Y K H S L
Decimal 48 33 153 0.69 0.78 0 0.4 247.5 0.65 0.36
Hex 30 21 99 45 4E 0 28 F8 41 24
Octal 60 41 231 105 116 0 50 370 101 44
Binary 110000 100001 10011001 1000101 1001110 0 101000 11111000 1000001 100100

Color Harmonies of #302199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302199

Black with #302199

Text Example


Text Example

White with #302199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302199; }

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

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

background-color css

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

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

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

border-color css

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

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

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