Html Css Color HEX #3C0D73 Persian Indigo

📋 copy color: '#3C0D73'

red 60 ◦ green 13 ◦ blue 115

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

Shades of Persian Indigo #3C0D73

Tints of Persian Indigo #3C0D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 61.17%

R = 31.91%
G = 6.91%
B = 61.17%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C0D73 (or 0x3C0D73) is known color: Persian Indigo. HEX triplet: 3C, 0D and 73. RGB value is (60,13,115). Sum of RGB (Red+Green+Blue) = 60+13+115=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 115 (45.31% from 255 or 61.17% from 188); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C0D73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0D73 is #C3F28C. Grayscale: #262626. Windows color (decimal): -12841613 or 7540028. OLE color: 7540028.

HSL color Cylindrical-coordinate representation of color #3C0D73: hue angle of 267.65º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C0D73 is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 13 115 -
CMYK 0.48 0.89 0 0.55
HSL 267.65º 0.8% 0.25% -
HSV(B) 267.65º 0.89% 0.45% -
XYZ 5.1 2.49 16.43 -
YUV 38.68 171.07 143.21 -
System Red Green Blue C M Y K H S L
Decimal 60 13 115 0.48 0.89 0 0.55 267.65 0.8 0.25
Hex 3C D 73 30 59 0 37 10C 50 19
Octal 74 15 163 60 131 0 67 414 120 31
Binary 111100 1101 1110011 110000 1011001 0 110111 100001100 1010000 11001

Color Harmonies of #3C0D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0D73

Black with #3C0D73

Text Example


Text Example

White with #3C0D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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