Html Css Color HEX #3C0A9B Persian Indigo

📋 copy color: '#3C0A9B'

red 60 ◦ green 10 ◦ blue 155

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

Shades of Persian Indigo #3C0A9B

Tints of Persian Indigo #3C0A9B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.44%

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

R = 26.67%
G = 4.44%
B = 68.89%

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

#3C0A9B (or 0x3C0A9B) is known color: Persian Indigo. HEX triplet: 3C, 0A and 9B. RGB value is (60,10,155). Sum of RGB (Red+Green+Blue) = 60+10+155=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 155 (60.94% from 255 or 68.89% from 225); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C0A9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0A9B is #C3F564. Grayscale: #282828. Windows color (decimal): -12842341 or 10160700. OLE color: 10160700.

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

Color convert

RGB 60 10 155 -
CMYK 0.61 0.94 0 0.39
HSL 260.69º 0.88% 0.32% -
HSV(B) 260.69º 0.94% 0.61% -
XYZ 7.89 3.54 31.28 -
YUV 41.48 192.07 141.21 -
System Red Green Blue C M Y K H S L
Decimal 60 10 155 0.61 0.94 0 0.39 260.69 0.88 0.32
Hex 3C A 9B 3D 5E 0 27 105 58 20
Octal 74 12 233 75 136 0 47 405 130 40
Binary 111100 1010 10011011 111101 1011110 0 100111 100000101 1011000 100000

Color Harmonies of #3C0A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0A9B

Black with #3C0A9B

Text Example


Text Example

White with #3C0A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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