Html Css Color HEX #301187 Persian Indigo

📋 copy color: '#301187'

red 48 ◦ green 17 ◦ blue 135

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

Shades of Persian Indigo #301187

Tints of Persian Indigo #301187

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.5%

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

R = 24%
G = 8.5%
B = 67.5%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#301187 (or 0x301187) is known color: Persian Indigo. HEX triplet: 30, 11 and 87. RGB value is (48,17,135). Sum of RGB (Red+Green+Blue) = 48+17+135=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 135 (53.12% from 255 or 67.5% from 200); Max value from RGB is 135 - color contains mainly: blue. Hex color #301187 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301187 is #CFEE78. Grayscale: #272727. Windows color (decimal): -13627001 or 8851760. OLE color: 8851760.

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

Color convert

RGB 48 17 135 -
CMYK 0.64 0.87 0 0.47
HSL 255.76º 0.78% 0.3% -
HSV(B) 255.76º 0.87% 0.53% -
XYZ 5.79 2.78 23.15 -
YUV 39.72 181.77 133.91 -
System Red Green Blue C M Y K H S L
Decimal 48 17 135 0.64 0.87 0 0.47 255.76 0.78 0.3
Hex 30 11 87 40 57 0 2F 100 4E 1E
Octal 60 21 207 100 127 0 57 400 116 36
Binary 110000 10001 10000111 1000000 1010111 0 101111 100000000 1001110 11110

Color Harmonies of #301187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301187

Black with #301187

Text Example


Text Example

White with #301187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301187; }

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

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

background-color css

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

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

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

border-color css

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

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

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