Html Css Color HEX #3C0B8D Persian Indigo

📋 copy color: '#3C0B8D'

red 60 ◦ green 11 ◦ blue 141

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

Shades of Persian Indigo #3C0B8D

Tints of Persian Indigo #3C0B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 66.51%

R = 28.3%
G = 5.19%
B = 66.51%

CMYK

 C value IS 0.57

 M value IS 0.92

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C0B8D (or 0x3C0B8D) is known color: Persian Indigo. HEX triplet: 3C, 0B and 8D. RGB value is (60,11,141). Sum of RGB (Red+Green+Blue) = 60+11+141=212 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.30% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 141 (55.47% from 255 or 66.51% from 212); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C0B8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0B8D is #C3F472. Grayscale: #282828. Windows color (decimal): -12842099 or 9243452. OLE color: 9243452.

HSL color Cylindrical-coordinate representation of color #3C0B8D: hue angle of 262.62º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C0B8D is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 11 141 -
CMYK 0.57 0.92 0 0.45
HSL 262.62º 0.86% 0.3% -
HSV(B) 262.62º 0.92% 0.55% -
XYZ 6.79 3.12 25.44 -
YUV 40.47 184.73 141.93 -
System Red Green Blue C M Y K H S L
Decimal 60 11 141 0.57 0.92 0 0.45 262.62 0.86 0.3
Hex 3C B 8D 39 5C 0 2D 107 56 1E
Octal 74 13 215 71 134 0 55 407 126 36
Binary 111100 1011 10001101 111001 1011100 0 101101 100000111 1010110 11110

Color Harmonies of #3C0B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0B8D

Black with #3C0B8D

Text Example


Text Example

White with #3C0B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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