Html Css Color HEX #3C0884 Persian Indigo

📋 copy color: '#3C0884'

red 60 ◦ green 8 ◦ blue 132

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

Shades of Persian Indigo #3C0884

Tints of Persian Indigo #3C0884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 66%

R = 30%
G = 4%
B = 66%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3C0884 (or 0x3C0884) is known color: Persian Indigo. HEX triplet: 3C, 08 and 84. RGB value is (60,8,132). Sum of RGB (Red+Green+Blue) = 60+8+132=200 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 132 (51.95% from 255 or 66% from 200); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C0884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0884 is #C3F77B. Grayscale: #252525. Windows color (decimal): -12842876 or 8652860. OLE color: 8652860.

HSL color Cylindrical-coordinate representation of color #3C0884: hue angle of 265.16º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0884 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 60 8 132 -
CMYK 0.55 0.94 0 0.48
HSL 265.16º 0.89% 0.27% -
HSV(B) 265.16º 0.94% 0.52% -
XYZ 6.12 2.8 22.05 -
YUV 37.68 181.23 143.92 -
System Red Green Blue C M Y K H S L
Decimal 60 8 132 0.55 0.94 0 0.48 265.16 0.89 0.27
Hex 3C 8 84 37 5E 0 30 109 59 1B
Octal 74 10 204 67 136 0 60 411 131 33
Binary 111100 1000 10000100 110111 1011110 0 110000 100001001 1011001 11011

Color Harmonies of #3C0884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0884

Black with #3C0884

Text Example


Text Example

White with #3C0884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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