Html Css Color HEX #3C097F Persian Indigo

📋 copy color: '#3C097F'

red 60 ◦ green 9 ◦ blue 127

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

Shades of Persian Indigo #3C097F

Tints of Persian Indigo #3C097F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.59%

 BLUE value IS 127 (50% from 255) = 64.8%

R = 30.61%
G = 4.59%
B = 64.8%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3C097F (or 0x3C097F) is known color: Persian Indigo. HEX triplet: 3C, 09 and 7F. RGB value is (60,9,127). Sum of RGB (Red+Green+Blue) = 60+9+127=196 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.61% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 127 (50% from 255 or 64.80% from 196); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C097F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C097F is #C3F680. Grayscale: #252525. Windows color (decimal): -12842625 or 8325436. OLE color: 8325436.

HSL color Cylindrical-coordinate representation of color #3C097F: hue angle of 265.93º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C097F is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 60 9 127 -
CMYK 0.53 0.93 0 0.50
HSL 265.93º 0.87% 0.27% -
HSV(B) 265.93º 0.93% 0.5% -
XYZ 5.79 2.69 20.29 -
YUV 37.7 178.4 143.91 -
System Red Green Blue C M Y K H S L
Decimal 60 9 127 0.53 0.93 0 0.50 265.93 0.87 0.27
Hex 3C 9 7F 35 5D 0 32 10A 57 1B
Octal 74 11 177 65 135 0 62 412 127 33
Binary 111100 1001 1111111 110101 1011101 0 110010 100001010 1010111 11011

Color Harmonies of #3C097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C097F

Black with #3C097F

Text Example


Text Example

White with #3C097F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,9,127); }

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

background-color css

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

 a { background-color: rgb(60,9,127); }

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

border-color css

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

 span { border-color: rgb(60,9,127); }

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