Html Css Color HEX #300987 Persian Indigo

📋 copy color: '#300987'

red 48 ◦ green 9 ◦ blue 135

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

Shades of Persian Indigo #300987

Tints of Persian Indigo #300987

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.69%

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

R = 25%
G = 4.69%
B = 70.31%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#300987 (or 0x300987) is known color: Persian Indigo. HEX triplet: 30, 09 and 87. RGB value is (48,9,135). Sum of RGB (Red+Green+Blue) = 48+9+135=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 135 (53.12% from 255 or 70.31% from 192); Max value from RGB is 135 - color contains mainly: blue. Hex color #300987 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300987 is #CFF678. Grayscale: #222222. Windows color (decimal): -13629049 or 8849712. OLE color: 8849712.

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

Color convert

RGB 48 9 135 -
CMYK 0.64 0.93 0 0.47
HSL 258.57º 0.88% 0.28% -
HSV(B) 258.57º 0.93% 0.53% -
XYZ 5.69 2.57 23.12 -
YUV 35.03 184.42 137.25 -
System Red Green Blue C M Y K H S L
Decimal 48 9 135 0.64 0.93 0 0.47 258.57 0.88 0.28
Hex 30 9 87 40 5D 0 2F 103 58 1C
Octal 60 11 207 100 135 0 57 403 130 34
Binary 110000 1001 10000111 1000000 1011101 0 101111 100000011 1011000 11100

Color Harmonies of #300987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300987

Black with #300987

Text Example


Text Example

White with #300987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300987; }

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

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

background-color css

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

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

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

border-color css

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

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

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