Html Css Color HEX #3C099D Persian Indigo

📋 copy color: '#3C099D'

red 60 ◦ green 9 ◦ blue 157

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

Shades of Persian Indigo #3C099D

Tints of Persian Indigo #3C099D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 69.47%

R = 26.55%
G = 3.98%
B = 69.47%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3C099D (or 0x3C099D) is known color: Persian Indigo. HEX triplet: 3C, 09 and 9D. RGB value is (60,9,157). Sum of RGB (Red+Green+Blue) = 60+9+157=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 157 (61.72% from 255 or 69.47% from 226); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C099D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C099D is #C3F662. Grayscale: #282828. Windows color (decimal): -12842595 or 10291516. OLE color: 10291516.

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

Color convert

RGB 60 9 157 -
CMYK 0.62 0.94 0 0.38
HSL 260.68º 0.89% 0.33% -
HSV(B) 260.68º 0.94% 0.62% -
XYZ 8.05 3.59 32.17 -
YUV 41.12 193.4 141.47 -
System Red Green Blue C M Y K H S L
Decimal 60 9 157 0.62 0.94 0 0.38 260.68 0.89 0.33
Hex 3C 9 9D 3E 5E 0 26 105 59 21
Octal 74 11 235 76 136 0 46 405 131 41
Binary 111100 1001 10011101 111110 1011110 0 100110 100000101 1011001 100001

Color Harmonies of #3C099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C099D

Black with #3C099D

Text Example


Text Example

White with #3C099D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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