Html Css Color HEX #3E197B Persian Indigo

📋 copy color: '#3E197B'

red 62 ◦ green 25 ◦ blue 123

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

Shades of Persian Indigo #3E197B

Tints of Persian Indigo #3E197B

RGB

 RED value IS 62 (24.61% from 255) = 29.52%

 GREEN value IS 25 (10.16% from 255) = 11.9%

 BLUE value IS 123 (48.44% from 255) = 58.57%

R = 29.52%
G = 11.9%
B = 58.57%

CMYK

 C value IS 0.50

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3E197B (or 0x3E197B) is known color: Persian Indigo. HEX triplet: 3E, 19 and 7B. RGB value is (62,25,123). Sum of RGB (Red+Green+Blue) = 62+25+123=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 123 (48.44% from 255 or 58.57% from 210); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E197B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E197B is #C1E684. Grayscale: #2E2E2E. Windows color (decimal): -12707461 or 8067390. OLE color: 8067390.

HSL color Cylindrical-coordinate representation of color #3E197B: hue angle of 262.65º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E197B is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 62 25 123 -
CMYK 0.50 0.80 0 0.52
HSL 262.65º 0.66% 0.29% -
HSV(B) 262.65º 0.8% 0.48% -
XYZ 5.91 3.15 19.04 -
YUV 47.24 170.76 138.53 -
System Red Green Blue C M Y K H S L
Decimal 62 25 123 0.50 0.80 0 0.52 262.65 0.66 0.29
Hex 3E 19 7B 32 50 0 34 107 42 1D
Octal 76 31 173 62 120 0 64 407 102 35
Binary 111110 11001 1111011 110010 1010000 0 110100 100000111 1000010 11101

Color Harmonies of #3E197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E197B

Black with #3E197B

Text Example


Text Example

White with #3E197B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,25,123); }

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

background-color css

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

 a { background-color: rgb(62,25,123); }

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

border-color css

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

 span { border-color: rgb(62,25,123); }

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