Html Css Color HEX #3C0F96 Persian Indigo

📋 copy color: '#3C0F96'

red 60 ◦ green 15 ◦ blue 150

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

Shades of Persian Indigo #3C0F96

Tints of Persian Indigo #3C0F96

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.67%

 BLUE value IS 150 (58.98% from 255) = 66.67%

R = 26.67%
G = 6.67%
B = 66.67%

CMYK

 C value IS 0.6

 M value IS 0.9

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3C0F96 (or 0x3C0F96) is known color: Persian Indigo. HEX triplet: 3C, 0F and 96. RGB value is (60,15,150). Sum of RGB (Red+Green+Blue) = 60+15+150=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 150 (58.98% from 255 or 66.67% from 225); Max value from RGB is 150 - color contains mainly: blue. Hex color #3C0F96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0F96 is #C3F069. Grayscale: #2B2B2B. Windows color (decimal): -12841066 or 9834300. OLE color: 9834300.

HSL color Cylindrical-coordinate representation of color #3C0F96: hue angle of 260º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C0F96 is Cyan = 0.6, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 60 15 150 -
CMYK 0.6 0.9 0 0.41
HSL 260º 0.82% 0.32% -
HSV(B) 260º 0.9% 0.59% -
XYZ 7.54 3.5 29.13 -
YUV 43.85 187.91 139.52 -
System Red Green Blue C M Y K H S L
Decimal 60 15 150 0.6 0.9 0 0.41 260 0.82 0.32
Hex 3C F 96 3C 5A 0 29 104 52 20
Octal 74 17 226 74 132 0 51 404 122 40
Binary 111100 1111 10010110 111100 1011010 0 101001 100000100 1010010 100000

Color Harmonies of #3C0F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0F96

Black with #3C0F96

Text Example


Text Example

White with #3C0F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,15,150); }

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

background-color css

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

 a { background-color: rgb(60,15,150); }

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

border-color css

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

 span { border-color: rgb(60,15,150); }

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