Html Css Color HEX #301590 Persian Indigo

📋 copy color: '#301590'

red 48 ◦ green 21 ◦ blue 144

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

Shades of Persian Indigo #301590

Tints of Persian Indigo #301590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 67.61%

R = 22.54%
G = 9.86%
B = 67.61%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#301590 (or 0x301590) is known color: Persian Indigo. HEX triplet: 30, 15 and 90. RGB value is (48,21,144). Sum of RGB (Red+Green+Blue) = 48+21+144=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 144 (56.64% from 255 or 67.61% from 213); Max value from RGB is 144 - color contains mainly: blue. Hex color #301590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301590 is #CFEA6F. Grayscale: #2A2A2A. Windows color (decimal): -13625968 or 9442608. OLE color: 9442608.

HSL color Cylindrical-coordinate representation of color #301590: hue angle of 253.17º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #301590 is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 21 144 -
CMYK 0.67 0.85 0 0.44
HSL 253.17º 0.75% 0.32% -
HSV(B) 253.17º 0.85% 0.56% -
XYZ 6.52 3.18 26.66 -
YUV 43.1 184.95 131.5 -
System Red Green Blue C M Y K H S L
Decimal 48 21 144 0.67 0.85 0 0.44 253.17 0.75 0.32
Hex 30 15 90 43 55 0 2C FD 4B 20
Octal 60 25 220 103 125 0 54 375 113 40
Binary 110000 10101 10010000 1000011 1010101 0 101100 11111101 1001011 100000

Color Harmonies of #301590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301590

Black with #301590

Text Example


Text Example

White with #301590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301590; }

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

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

background-color css

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

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

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

border-color css

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

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

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