Html Css Color HEX #302299 Persian Indigo

📋 copy color: '#302299'

red 48 ◦ green 34 ◦ blue 153

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

Shades of Persian Indigo #302299

Tints of Persian Indigo #302299

RGB

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

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

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

R = 20.43%
G = 14.47%
B = 65.11%

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

#302299 (or 0x302299) is known color: Persian Indigo. HEX triplet: 30, 22 and 99. RGB value is (48,34,153). Sum of RGB (Red+Green+Blue) = 48+34+153=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #302299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302299 is #CFDD66. Grayscale: #333333. Windows color (decimal): -13622631 or 10035760. OLE color: 10035760.

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

Color convert

RGB 48 34 153 -
CMYK 0.69 0.78 0 0.4
HSL 247.06º 0.64% 0.37% -
HSV(B) 247.06º 0.78% 0.6% -
XYZ 7.54 4.07 30.53 -
YUV 51.75 185.14 125.32 -
System Red Green Blue C M Y K H S L
Decimal 48 34 153 0.69 0.78 0 0.4 247.06 0.64 0.37
Hex 30 22 99 45 4E 0 28 F7 40 25
Octal 60 42 231 105 116 0 50 367 100 45
Binary 110000 100010 10011001 1000101 1001110 0 101000 11110111 1000000 100101

Color Harmonies of #302299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302299

Black with #302299

Text Example


Text Example

White with #302299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302299; }

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

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

background-color css

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

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

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

border-color css

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

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

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