Html Css Color HEX #301299 Persian Indigo

📋 copy color: '#301299'

red 48 ◦ green 18 ◦ blue 153

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

Shades of Persian Indigo #301299

Tints of Persian Indigo #301299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.22%

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

R = 21.92%
G = 8.22%
B = 69.86%

CMYK

 C value IS 0.69

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#301299 (or 0x301299) is known color: Persian Indigo. HEX triplet: 30, 12 and 99. RGB value is (48,18,153). Sum of RGB (Red+Green+Blue) = 48+18+153=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 153 (60.16% from 255 or 69.86% from 219); Max value from RGB is 153 - color contains mainly: blue. Hex color #301299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301299 is #CFED66. Grayscale: #292929. Windows color (decimal): -13626727 or 10031664. OLE color: 10031664.

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

Color convert

RGB 48 18 153 -
CMYK 0.69 0.88 0 0.4
HSL 253.33º 0.79% 0.34% -
HSV(B) 253.33º 0.88% 0.6% -
XYZ 7.19 3.36 30.41 -
YUV 42.36 190.44 132.02 -
System Red Green Blue C M Y K H S L
Decimal 48 18 153 0.69 0.88 0 0.4 253.33 0.79 0.34
Hex 30 12 99 45 58 0 28 FD 4F 22
Octal 60 22 231 105 130 0 50 375 117 42
Binary 110000 10010 10011001 1000101 1011000 0 101000 11111101 1001111 100010

Color Harmonies of #301299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301299

Black with #301299

Text Example


Text Example

White with #301299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301299; }

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

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

background-color css

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

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

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

border-color css

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

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

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