Html Css Color HEX #3C099C Persian Indigo

📋 copy color: '#3C099C'

red 60 ◦ green 9 ◦ blue 156

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

Shades of Persian Indigo #3C099C

Tints of Persian Indigo #3C099C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 69.33%

R = 26.67%
G = 4%
B = 69.33%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C099C (or 0x3C099C) is known color: Persian Indigo. HEX triplet: 3C, 09 and 9C. RGB value is (60,9,156). Sum of RGB (Red+Green+Blue) = 60+9+156=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 156 (61.33% from 255 or 69.33% from 225); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C099C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C099C is #C3F663. Grayscale: #282828. Windows color (decimal): -12842596 or 10225980. OLE color: 10225980.

HSL color Cylindrical-coordinate representation of color #3C099C: hue angle of 260.82º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C099C is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 60 9 156 -
CMYK 0.62 0.94 0 0.39
HSL 260.82º 0.89% 0.32% -
HSV(B) 260.82º 0.94% 0.61% -
XYZ 7.96 3.56 31.72 -
YUV 41.01 192.9 141.55 -
System Red Green Blue C M Y K H S L
Decimal 60 9 156 0.62 0.94 0 0.39 260.82 0.89 0.32
Hex 3C 9 9C 3E 5E 0 27 105 59 20
Octal 74 11 234 76 136 0 47 405 131 40
Binary 111100 1001 10011100 111110 1011110 0 100111 100000101 1011001 100000

Color Harmonies of #3C099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C099C

Black with #3C099C

Text Example


Text Example

White with #3C099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,9,156); }

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

background-color css

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

 a { background-color: rgb(60,9,156); }

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

border-color css

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

 span { border-color: rgb(60,9,156); }

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