Html Css Color HEX #3C0FAE Persian Indigo

📋 copy color: '#3C0FAE'

red 60 ◦ green 15 ◦ blue 174

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

Shades of Persian Indigo #3C0FAE

Tints of Persian Indigo #3C0FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 69.88%

R = 24.1%
G = 6.02%
B = 69.88%

CMYK

 C value IS 0.66

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C0FAE (or 0x3C0FAE) is known color: Persian Indigo. HEX triplet: 3C, 0F and AE. RGB value is (60,15,174). Sum of RGB (Red+Green+Blue) = 60+15+174=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 174 (68.36% from 255 or 69.88% from 249); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C0FAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0FAE is #C3F051. Grayscale: #2D2D2D. Windows color (decimal): -12841042 or 11407164. OLE color: 11407164.

HSL color Cylindrical-coordinate representation of color #3C0FAE: hue angle of 256.98º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C0FAE is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 60 15 174 -
CMYK 0.66 0.91 0 0.32
HSL 256.98º 0.84% 0.37% -
HSV(B) 256.98º 0.91% 0.68% -
XYZ 9.67 4.36 40.38 -
YUV 46.58 199.91 137.57 -
System Red Green Blue C M Y K H S L
Decimal 60 15 174 0.66 0.91 0 0.32 256.98 0.84 0.37
Hex 3C F AE 42 5B 0 20 101 54 25
Octal 74 17 256 102 133 0 40 401 124 45
Binary 111100 1111 10101110 1000010 1011011 0 100000 100000001 1010100 100101

Color Harmonies of #3C0FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0FAE

Black with #3C0FAE

Text Example


Text Example

White with #3C0FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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