Html Css Color HEX #3C10AE Persian Indigo

📋 copy color: '#3C10AE'

red 60 ◦ green 16 ◦ blue 174

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

Shades of Persian Indigo #3C10AE

Tints of Persian Indigo #3C10AE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.4%

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

R = 24%
G = 6.4%
B = 69.6%

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

#3C10AE (or 0x3C10AE) is known color: Persian Indigo. HEX triplet: 3C, 10 and AE. RGB value is (60,16,174). Sum of RGB (Red+Green+Blue) = 60+16+174=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 174 (68.36% from 255 or 69.6% from 250); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C10AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C10AE is #C3EF51. Grayscale: #2E2E2E. Windows color (decimal): -12840786 or 11407420. OLE color: 11407420.

HSL color Cylindrical-coordinate representation of color #3C10AE: hue angle of 256.71º degrees, saturation: 0.83, 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 #3C10AE is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 60 16 174 -
CMYK 0.66 0.91 0 0.32
HSL 256.71º 0.83% 0.37% -
HSV(B) 256.71º 0.91% 0.68% -
XYZ 9.69 4.39 40.38 -
YUV 47.17 199.58 137.15 -
System Red Green Blue C M Y K H S L
Decimal 60 16 174 0.66 0.91 0 0.32 256.71 0.83 0.37
Hex 3C 10 AE 42 5B 0 20 101 53 25
Octal 74 20 256 102 133 0 40 401 123 45
Binary 111100 10000 10101110 1000010 1011011 0 100000 100000001 1010011 100101

Color Harmonies of #3C10AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C10AE

Black with #3C10AE

Text Example


Text Example

White with #3C10AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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