Html Css Color HEX #301580 Persian Indigo

📋 copy color: '#301580'

red 48 ◦ green 21 ◦ blue 128

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

Shades of Persian Indigo #301580

Tints of Persian Indigo #301580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 64.97%

R = 24.37%
G = 10.66%
B = 64.97%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#301580 (or 0x301580) is known color: Persian Indigo. HEX triplet: 30, 15 and 80. RGB value is (48,21,128). Sum of RGB (Red+Green+Blue) = 48+21+128=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 128 (50.39% from 255 or 64.97% from 197); Max value from RGB is 128 - color contains mainly: blue. Hex color #301580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301580 is #CFEA7F. Grayscale: #282828. Windows color (decimal): -13625984 or 8394032. OLE color: 8394032.

HSL color Cylindrical-coordinate representation of color #301580: hue angle of 255.14º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301580 is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 21 128 -
CMYK 0.62 0.84 0 0.50
HSL 255.14º 0.72% 0.29% -
HSV(B) 255.14º 0.84% 0.5% -
XYZ 5.38 2.72 20.66 -
YUV 41.27 176.95 132.8 -
System Red Green Blue C M Y K H S L
Decimal 48 21 128 0.62 0.84 0 0.50 255.14 0.72 0.29
Hex 30 15 80 3E 54 0 32 FF 48 1D
Octal 60 25 200 76 124 0 62 377 110 35
Binary 110000 10101 10000000 111110 1010100 0 110010 11111111 1001000 11101

Color Harmonies of #301580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301580

Black with #301580

Text Example


Text Example

White with #301580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301580; }

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

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

background-color css

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

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

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

border-color css

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

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

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