Html Css Color HEX #3C0B6B Persian Indigo

📋 copy color: '#3C0B6B'

red 60 ◦ green 11 ◦ blue 107

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

Shades of Persian Indigo #3C0B6B

Tints of Persian Indigo #3C0B6B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.18%

 BLUE value IS 107 (42.19% from 255) = 60.11%

R = 33.71%
G = 6.18%
B = 60.11%

CMYK

 C value IS 0.44

 M value IS 0.90

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3C0B6B (or 0x3C0B6B) is known color: Persian Indigo. HEX triplet: 3C, 0B and 6B. RGB value is (60,11,107). Sum of RGB (Red+Green+Blue) = 60+11+107=178 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.71% from 178); Green value is 11 (4.69% from 255 or 6.18% from 178); Blue value is 107 (42.19% from 255 or 60.11% from 178); Max value from RGB is 107 - color contains mainly: blue. Hex color #3C0B6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0B6B is #C3F494. Grayscale: #242424. Windows color (decimal): -12842133 or 7015228. OLE color: 7015228.

HSL color Cylindrical-coordinate representation of color #3C0B6B: hue angle of 270.62º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C0B6B is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 60 11 107 -
CMYK 0.44 0.90 0 0.58
HSL 270.63º 0.81% 0.23% -
HSV(B) 270.63º 0.9% 0.42% -
XYZ 4.64 2.26 14.1 -
YUV 36.6 167.73 144.69 -
System Red Green Blue C M Y K H S L
Decimal 60 11 107 0.44 0.90 0 0.58 270.63 0.81 0.23
Hex 3C B 6B 2C 5A 0 3A 10F 51 17
Octal 74 13 153 54 132 0 72 417 121 27
Binary 111100 1011 1101011 101100 1011010 0 111010 100001111 1010001 10111

Color Harmonies of #3C0B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0B6B

Black with #3C0B6B

Text Example


Text Example

White with #3C0B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,11,107); }

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

background-color css

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

 a { background-color: rgb(60,11,107); }

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

border-color css

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

 span { border-color: rgb(60,11,107); }

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