Html Css Color HEX #3C0775 Persian Indigo

📋 copy color: '#3C0775'

red 60 ◦ green 7 ◦ blue 117

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

Shades of Persian Indigo #3C0775

Tints of Persian Indigo #3C0775

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.8%

 BLUE value IS 117 (46.09% from 255) = 63.59%

R = 32.61%
G = 3.8%
B = 63.59%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3C0775 (or 0x3C0775) is known color: Persian Indigo. HEX triplet: 3C, 07 and 75. RGB value is (60,7,117). Sum of RGB (Red+Green+Blue) = 60+7+117=184 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.61% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 117 (46.09% from 255 or 63.59% from 184); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C0775 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0775 is #C3F88A. Grayscale: #232323. Windows color (decimal): -12843147 or 7669564. OLE color: 7669564.

HSL color Cylindrical-coordinate representation of color #3C0775: hue angle of 268.91º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0775 is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 60 7 117 -
CMYK 0.49 0.94 0 0.54
HSL 268.91º 0.89% 0.24% -
HSV(B) 268.91º 0.94% 0.46% -
XYZ 5.15 2.4 17.02 -
YUV 35.39 174.06 145.56 -
System Red Green Blue C M Y K H S L
Decimal 60 7 117 0.49 0.94 0 0.54 268.91 0.89 0.24
Hex 3C 7 75 31 5E 0 36 10D 59 18
Octal 74 7 165 61 136 0 66 415 131 30
Binary 111100 111 1110101 110001 1011110 0 110110 100001101 1011001 11000

Color Harmonies of #3C0775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0775

Black with #3C0775

Text Example


Text Example

White with #3C0775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,7,117); }

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

background-color css

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

 a { background-color: rgb(60,7,117); }

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

border-color css

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

 span { border-color: rgb(60,7,117); }

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