Html Css Color HEX #3C208A Persian Indigo

📋 copy color: '#3C208A'

red 60 ◦ green 32 ◦ blue 138

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

Shades of Persian Indigo #3C208A

Tints of Persian Indigo #3C208A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.91%

 BLUE value IS 138 (54.3% from 255) = 60%

R = 26.09%
G = 13.91%
B = 60%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3C208A (or 0x3C208A) is known color: Persian Indigo. HEX triplet: 3C, 20 and 8A. RGB value is (60,32,138). Sum of RGB (Red+Green+Blue) = 60+32+138=230 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.09% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 138 (54.30% from 255 or 60% from 230); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C208A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C208A is #C3DF75. Grayscale: #343434. Windows color (decimal): -12836726 or 9052220. OLE color: 9052220.

HSL color Cylindrical-coordinate representation of color #3C208A: hue angle of 255.85º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C208A is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 32 138 -
CMYK 0.57 0.77 0 0.46
HSL 255.85º 0.62% 0.33% -
HSV(B) 255.85º 0.77% 0.54% -
XYZ 6.97 3.83 24.42 -
YUV 52.46 176.28 133.38 -
System Red Green Blue C M Y K H S L
Decimal 60 32 138 0.57 0.77 0 0.46 255.85 0.62 0.33
Hex 3C 20 8A 39 4D 0 2E 100 3E 21
Octal 74 40 212 71 115 0 56 400 76 41
Binary 111100 100000 10001010 111001 1001101 0 101110 100000000 111110 100001

Color Harmonies of #3C208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C208A

Black with #3C208A

Text Example


Text Example

White with #3C208A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,32,138); }

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

background-color css

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

 a { background-color: rgb(60,32,138); }

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

border-color css

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

 span { border-color: rgb(60,32,138); }

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