Html Css Color HEX #3C099B Persian Indigo

📋 copy color: '#3C099B'

red 60 ◦ green 9 ◦ blue 155

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

Shades of Persian Indigo #3C099B

Tints of Persian Indigo #3C099B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 69.2%

R = 26.79%
G = 4.02%
B = 69.2%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C099B (or 0x3C099B) is known color: Persian Indigo. HEX triplet: 3C, 09 and 9B. RGB value is (60,9,155). Sum of RGB (Red+Green+Blue) = 60+9+155=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 155 (60.94% from 255 or 69.20% from 224); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C099B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C099B is #C3F664. Grayscale: #282828. Windows color (decimal): -12842597 or 10160444. OLE color: 10160444.

HSL color Cylindrical-coordinate representation of color #3C099B: hue angle of 260.96º 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 #3C099B is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 60 9 155 -
CMYK 0.61 0.94 0 0.39
HSL 260.96º 0.89% 0.32% -
HSV(B) 260.96º 0.94% 0.61% -
XYZ 7.88 3.52 31.28 -
YUV 40.89 192.4 141.63 -
System Red Green Blue C M Y K H S L
Decimal 60 9 155 0.61 0.94 0 0.39 260.96 0.89 0.32
Hex 3C 9 9B 3D 5E 0 27 105 59 20
Octal 74 11 233 75 136 0 47 405 131 40
Binary 111100 1001 10011011 111101 1011110 0 100111 100000101 1011001 100000

Color Harmonies of #3C099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C099B

Black with #3C099B

Text Example


Text Example

White with #3C099B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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