Html Css Color HEX #300299 Persian Indigo

📋 copy color: '#300299'

red 48 ◦ green 2 ◦ blue 153

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

Shades of Persian Indigo #300299

Tints of Persian Indigo #300299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

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

R = 23.65%
G = 0.99%
B = 75.37%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#300299 (or 0x300299) is known color: Persian Indigo. HEX triplet: 30, 02 and 99. RGB value is (48,2,153). Sum of RGB (Red+Green+Blue) = 48+2+153=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 153 (60.16% from 255 or 75.37% from 203); Max value from RGB is 153 - color contains mainly: blue. Hex color #300299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300299 is #CFFD66. Grayscale: #202020. Windows color (decimal): -13630823 or 10027568. OLE color: 10027568.

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

Color convert

RGB 48 2 153 -
CMYK 0.69 0.99 0 0.4
HSL 258.28º 0.97% 0.3% -
HSV(B) 258.28º 0.99% 0.6% -
XYZ 6.99 2.97 30.34 -
YUV 32.97 195.74 138.72 -
System Red Green Blue C M Y K H S L
Decimal 48 2 153 0.69 0.99 0 0.4 258.28 0.97 0.3
Hex 30 2 99 45 63 0 28 102 61 1E
Octal 60 2 231 105 143 0 50 402 141 36
Binary 110000 10 10011001 1000101 1100011 0 101000 100000010 1100001 11110

Color Harmonies of #300299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300299

Black with #300299

Text Example


Text Example

White with #300299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300299; }

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

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

background-color css

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

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

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

border-color css

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

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

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