Html Css Color HEX #301799 Persian Indigo

📋 copy color: '#301799'

red 48 ◦ green 23 ◦ blue 153

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

Shades of Persian Indigo #301799

Tints of Persian Indigo #301799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.27%

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

R = 21.43%
G = 10.27%
B = 68.3%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#301799 (or 0x301799) is known color: Persian Indigo. HEX triplet: 30, 17 and 99. RGB value is (48,23,153). Sum of RGB (Red+Green+Blue) = 48+23+153=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #301799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301799 is #CFE866. Grayscale: #2C2C2C. Windows color (decimal): -13625447 or 10032944. OLE color: 10032944.

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

Color convert

RGB 48 23 153 -
CMYK 0.69 0.85 0 0.4
HSL 251.54º 0.74% 0.35% -
HSV(B) 251.54º 0.85% 0.6% -
XYZ 7.28 3.54 30.44 -
YUV 45.3 188.78 129.93 -
System Red Green Blue C M Y K H S L
Decimal 48 23 153 0.69 0.85 0 0.4 251.54 0.74 0.35
Hex 30 17 99 45 55 0 28 FC 4A 23
Octal 60 27 231 105 125 0 50 374 112 43
Binary 110000 10111 10011001 1000101 1010101 0 101000 11111100 1001010 100011

Color Harmonies of #301799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301799

Black with #301799

Text Example


Text Example

White with #301799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301799; }

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

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

background-color css

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

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

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

border-color css

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

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

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