Html Css Color HEX #3C0875 Persian Indigo

📋 copy color: '#3C0875'

red 60 ◦ green 8 ◦ blue 117

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

Shades of Persian Indigo #3C0875

Tints of Persian Indigo #3C0875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.32%

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

R = 32.43%
G = 4.32%
B = 63.24%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3C0875 (or 0x3C0875) is known color: Persian Indigo. HEX triplet: 3C, 08 and 75. RGB value is (60,8,117). Sum of RGB (Red+Green+Blue) = 60+8+117=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 117 (46.09% from 255 or 63.24% from 185); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C0875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0875 is #C3F78A. Grayscale: #232323. Windows color (decimal): -12842891 or 7669820. OLE color: 7669820.

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

Color convert

RGB 60 8 117 -
CMYK 0.49 0.93 0 0.54
HSL 268.62º 0.87% 0.25% -
HSV(B) 268.62º 0.93% 0.46% -
XYZ 5.16 2.42 17.02 -
YUV 35.97 173.73 145.14 -
System Red Green Blue C M Y K H S L
Decimal 60 8 117 0.49 0.93 0 0.54 268.62 0.87 0.25
Hex 3C 8 75 31 5D 0 36 10D 57 19
Octal 74 10 165 61 135 0 66 415 127 31
Binary 111100 1000 1110101 110001 1011101 0 110110 100001101 1010111 11001

Color Harmonies of #3C0875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0875

Black with #3C0875

Text Example


Text Example

White with #3C0875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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