Html Css Color HEX #3C0D70 Persian Indigo

📋 copy color: '#3C0D70'

red 60 ◦ green 13 ◦ blue 112

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

Shades of Persian Indigo #3C0D70

Tints of Persian Indigo #3C0D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 60.54%

R = 32.43%
G = 7.03%
B = 60.54%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3C0D70 (or 0x3C0D70) is known color: Persian Indigo. HEX triplet: 3C, 0D and 70. RGB value is (60,13,112). Sum of RGB (Red+Green+Blue) = 60+13+112=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 13 (5.47% from 255 or 7.03% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C0D70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0D70 is #C3F28F. Grayscale: #252525. Windows color (decimal): -12841616 or 7343420. OLE color: 7343420.

HSL color Cylindrical-coordinate representation of color #3C0D70: hue angle of 268.48º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C0D70 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 13 112 -
CMYK 0.46 0.88 0 0.56
HSL 268.48º 0.79% 0.25% -
HSV(B) 268.48º 0.88% 0.44% -
XYZ 4.93 2.42 15.54 -
YUV 38.34 169.57 143.45 -
System Red Green Blue C M Y K H S L
Decimal 60 13 112 0.46 0.88 0 0.56 268.48 0.79 0.25
Hex 3C D 70 2E 58 0 38 10C 4F 19
Octal 74 15 160 56 130 0 70 414 117 31
Binary 111100 1101 1110000 101110 1011000 0 111000 100001100 1001111 11001

Color Harmonies of #3C0D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0D70

Black with #3C0D70

Text Example


Text Example

White with #3C0D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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