Html Css Color HEX #300687 Persian Indigo

📋 copy color: '#300687'

red 48 ◦ green 6 ◦ blue 135

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

Shades of Persian Indigo #300687

Tints of Persian Indigo #300687

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.17%

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

R = 25.4%
G = 3.17%
B = 71.43%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#300687 (or 0x300687) is known color: Persian Indigo. HEX triplet: 30, 06 and 87. RGB value is (48,6,135). Sum of RGB (Red+Green+Blue) = 48+6+135=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 135 (53.12% from 255 or 71.43% from 189); Max value from RGB is 135 - color contains mainly: blue. Hex color #300687 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300687 is #CFF978. Grayscale: #202020. Windows color (decimal): -13629817 or 8848944. OLE color: 8848944.

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

Color convert

RGB 48 6 135 -
CMYK 0.64 0.96 0 0.47
HSL 259.53º 0.91% 0.28% -
HSV(B) 259.53º 0.96% 0.53% -
XYZ 5.66 2.51 23.11 -
YUV 33.26 185.41 138.51 -
System Red Green Blue C M Y K H S L
Decimal 48 6 135 0.64 0.96 0 0.47 259.53 0.91 0.28
Hex 30 6 87 40 60 0 2F 104 5B 1C
Octal 60 6 207 100 140 0 57 404 133 34
Binary 110000 110 10000111 1000000 1100000 0 101111 100000100 1011011 11100

Color Harmonies of #300687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300687

Black with #300687

Text Example


Text Example

White with #300687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300687; }

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

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

background-color css

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

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

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

border-color css

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

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

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