Html Css Color HEX #301587 Persian Indigo

📋 copy color: '#301587'

red 48 ◦ green 21 ◦ blue 135

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

Shades of Persian Indigo #301587

Tints of Persian Indigo #301587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 66.18%

R = 23.53%
G = 10.29%
B = 66.18%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#301587 (or 0x301587) is known color: Persian Indigo. HEX triplet: 30, 15 and 87. RGB value is (48,21,135). Sum of RGB (Red+Green+Blue) = 48+21+135=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 135 (53.12% from 255 or 66.18% from 204); Max value from RGB is 135 - color contains mainly: blue. Hex color #301587 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301587 is #CFEA78. Grayscale: #292929. Windows color (decimal): -13625977 or 8852784. OLE color: 8852784.

HSL color Cylindrical-coordinate representation of color #301587: hue angle of 254.21º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301587 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 21 135 -
CMYK 0.64 0.84 0 0.47
HSL 254.21º 0.73% 0.31% -
HSV(B) 254.21º 0.84% 0.53% -
XYZ 5.86 2.91 23.18 -
YUV 42.07 180.45 132.23 -
System Red Green Blue C M Y K H S L
Decimal 48 21 135 0.64 0.84 0 0.47 254.21 0.73 0.31
Hex 30 15 87 40 54 0 2F FE 49 1F
Octal 60 25 207 100 124 0 57 376 111 37
Binary 110000 10101 10000111 1000000 1010100 0 101111 11111110 1001001 11111

Color Harmonies of #301587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301587

Black with #301587

Text Example


Text Example

White with #301587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301587; }

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

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

background-color css

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

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

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

border-color css

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

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

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