Html Css Color HEX #3E188C Persian Indigo

📋 copy color: '#3E188C'

red 62 ◦ green 24 ◦ blue 140

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

Shades of Persian Indigo #3E188C

Tints of Persian Indigo #3E188C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.62%

 BLUE value IS 140 (55.08% from 255) = 61.95%

R = 27.43%
G = 10.62%
B = 61.95%

CMYK

 C value IS 0.56

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E188C (or 0x3E188C) is known color: Persian Indigo. HEX triplet: 3E, 18 and 8C. RGB value is (62,24,140). Sum of RGB (Red+Green+Blue) = 62+24+140=226 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.43% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 140 (55.08% from 255 or 61.95% from 226); Max value from RGB is 140 - color contains mainly: blue. Hex color #3E188C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E188C is #C1E773. Grayscale: #303030. Windows color (decimal): -12707700 or 9181246. OLE color: 9181246.

HSL color Cylindrical-coordinate representation of color #3E188C: hue angle of 259.66º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3E188C is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 62 24 140 -
CMYK 0.56 0.83 0 0.45
HSL 259.66º 0.71% 0.32% -
HSV(B) 259.66º 0.83% 0.55% -
XYZ 7.05 3.57 25.13 -
YUV 48.59 179.59 137.57 -
System Red Green Blue C M Y K H S L
Decimal 62 24 140 0.56 0.83 0 0.45 259.66 0.71 0.32
Hex 3E 18 8C 38 53 0 2D 104 47 20
Octal 76 30 214 70 123 0 55 404 107 40
Binary 111110 11000 10001100 111000 1010011 0 101101 100000100 1000111 100000

Color Harmonies of #3E188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E188C

Black with #3E188C

Text Example


Text Example

White with #3E188C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,24,140); }

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

background-color css

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

 a { background-color: rgb(62,24,140); }

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

border-color css

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

 span { border-color: rgb(62,24,140); }

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