Html Css Color HEX #3C0D9B Persian Indigo

📋 copy color: '#3C0D9B'

red 60 ◦ green 13 ◦ blue 155

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

Shades of Persian Indigo #3C0D9B

Tints of Persian Indigo #3C0D9B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.7%

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

R = 26.32%
G = 5.7%
B = 67.98%

CMYK

 C value IS 0.61

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C0D9B (or 0x3C0D9B) is known color: Persian Indigo. HEX triplet: 3C, 0D and 9B. RGB value is (60,13,155). Sum of RGB (Red+Green+Blue) = 60+13+155=228 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.32% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 155 (60.94% from 255 or 67.98% from 228); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C0D9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0D9B is #C3F264. Grayscale: #2A2A2A. Windows color (decimal): -12841573 or 10161468. OLE color: 10161468.

HSL color Cylindrical-coordinate representation of color #3C0D9B: hue angle of 259.86º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C0D9B is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 60 13 155 -
CMYK 0.61 0.92 0 0.39
HSL 259.86º 0.85% 0.33% -
HSV(B) 259.86º 0.92% 0.61% -
XYZ 7.92 3.62 31.29 -
YUV 43.24 191.07 139.95 -
System Red Green Blue C M Y K H S L
Decimal 60 13 155 0.61 0.92 0 0.39 259.86 0.85 0.33
Hex 3C D 9B 3D 5C 0 27 104 55 21
Octal 74 15 233 75 134 0 47 404 125 41
Binary 111100 1101 10011011 111101 1011100 0 100111 100000100 1010101 100001

Color Harmonies of #3C0D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0D9B

Black with #3C0D9B

Text Example


Text Example

White with #3C0D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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