Html Css Color HEX #301599 Persian Indigo

📋 copy color: '#301599'

red 48 ◦ green 21 ◦ blue 153

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

Shades of Persian Indigo #301599

Tints of Persian Indigo #301599

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.46%

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

R = 21.62%
G = 9.46%
B = 68.92%

CMYK

 C value IS 0.69

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#301599 (or 0x301599) is known color: Persian Indigo. HEX triplet: 30, 15 and 99. RGB value is (48,21,153). Sum of RGB (Red+Green+Blue) = 48+21+153=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 153 (60.16% from 255 or 68.92% from 222); Max value from RGB is 153 - color contains mainly: blue. Hex color #301599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301599 is #CFEA66. Grayscale: #2B2B2B. Windows color (decimal): -13625959 or 10032432. OLE color: 10032432.

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

Color convert

RGB 48 21 153 -
CMYK 0.69 0.86 0 0.4
HSL 252.27º 0.76% 0.34% -
HSV(B) 252.27º 0.86% 0.6% -
XYZ 7.24 3.46 30.42 -
YUV 44.12 189.45 130.77 -
System Red Green Blue C M Y K H S L
Decimal 48 21 153 0.69 0.86 0 0.4 252.27 0.76 0.34
Hex 30 15 99 45 56 0 28 FC 4C 22
Octal 60 25 231 105 126 0 50 374 114 42
Binary 110000 10101 10011001 1000101 1010110 0 101000 11111100 1001100 100010

Color Harmonies of #301599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301599

Black with #301599

Text Example


Text Example

White with #301599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301599; }

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

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

background-color css

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

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

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

border-color css

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

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

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