Html Css Color HEX #3C0887 Persian Indigo

📋 copy color: '#3C0887'

red 60 ◦ green 8 ◦ blue 135

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

Shades of Persian Indigo #3C0887

Tints of Persian Indigo #3C0887

RGB

 RED value IS 60 (23.83% from 255) = 29.56%

 GREEN value IS 8 (3.52% from 255) = 3.94%

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

R = 29.56%
G = 3.94%
B = 66.5%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3C0887 (or 0x3C0887) is known color: Persian Indigo. HEX triplet: 3C, 08 and 87. RGB value is (60,8,135). Sum of RGB (Red+Green+Blue) = 60+8+135=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 135 (53.12% from 255 or 66.50% from 203); Max value from RGB is 135 - color contains mainly: blue. Hex color #3C0887 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0887 is #C3F778. Grayscale: #252525. Windows color (decimal): -12842873 or 8849468. OLE color: 8849468.

HSL color Cylindrical-coordinate representation of color #3C0887: hue angle of 264.57º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0887 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 60 8 135 -
CMYK 0.56 0.94 0 0.47
HSL 264.57º 0.89% 0.28% -
HSV(B) 264.57º 0.94% 0.53% -
XYZ 6.32 2.88 23.14 -
YUV 38.03 182.73 143.67 -
System Red Green Blue C M Y K H S L
Decimal 60 8 135 0.56 0.94 0 0.47 264.57 0.89 0.28
Hex 3C 8 87 38 5E 0 2F 109 59 1C
Octal 74 10 207 70 136 0 57 411 131 34
Binary 111100 1000 10000111 111000 1011110 0 101111 100001001 1011001 11100

Color Harmonies of #3C0887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0887

Black with #3C0887

Text Example


Text Example

White with #3C0887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C0887; }

 p { color: rgb(60,8,135); }

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

background-color css

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

 a { background-color: rgb(60,8,135); }

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

border-color css

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

 span { border-color: rgb(60,8,135); }

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