Html Css Color HEX #301588 Persian Indigo

📋 copy color: '#301588'

red 48 ◦ green 21 ◦ blue 136

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

Shades of Persian Indigo #301588

Tints of Persian Indigo #301588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 66.34%

R = 23.41%
G = 10.24%
B = 66.34%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#301588 (or 0x301588) is known color: Persian Indigo. HEX triplet: 30, 15 and 88. RGB value is (48,21,136). Sum of RGB (Red+Green+Blue) = 48+21+136=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 136 (53.52% from 255 or 66.34% from 205); Max value from RGB is 136 - color contains mainly: blue. Hex color #301588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301588 is #CFEA77. Grayscale: #292929. Windows color (decimal): -13625976 or 8918320. OLE color: 8918320.

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

Color convert

RGB 48 21 136 -
CMYK 0.65 0.85 0 0.47
HSL 254.09º 0.73% 0.31% -
HSV(B) 254.09º 0.85% 0.53% -
XYZ 5.93 2.94 23.55 -
YUV 42.18 180.95 132.15 -
System Red Green Blue C M Y K H S L
Decimal 48 21 136 0.65 0.85 0 0.47 254.09 0.73 0.31
Hex 30 15 88 41 55 0 2F FE 49 1F
Octal 60 25 210 101 125 0 57 376 111 37
Binary 110000 10101 10001000 1000001 1010101 0 101111 11111110 1001001 11111

Color Harmonies of #301588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301588

Black with #301588

Text Example


Text Example

White with #301588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301588; }

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

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

background-color css

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

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

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

border-color css

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

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

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