Html Css Color HEX #3E1875 Persian Indigo

📋 copy color: '#3E1875'

red 62 ◦ green 24 ◦ blue 117

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

Shades of Persian Indigo #3E1875

Tints of Persian Indigo #3E1875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 57.64%

R = 30.54%
G = 11.82%
B = 57.64%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3E1875 (or 0x3E1875) is known color: Persian Indigo. HEX triplet: 3E, 18 and 75. RGB value is (62,24,117). Sum of RGB (Red+Green+Blue) = 62+24+117=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #3E1875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1875 is #C1E78A. Grayscale: #2D2D2D. Windows color (decimal): -12707723 or 7673918. OLE color: 7673918.

HSL color Cylindrical-coordinate representation of color #3E1875: hue angle of 264.52º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E1875 is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 62 24 117 -
CMYK 0.47 0.79 0 0.54
HSL 264.52º 0.66% 0.28% -
HSV(B) 264.52º 0.79% 0.46% -
XYZ 5.52 2.96 17.11 -
YUV 45.96 168.09 139.44 -
System Red Green Blue C M Y K H S L
Decimal 62 24 117 0.47 0.79 0 0.54 264.52 0.66 0.28
Hex 3E 18 75 2F 4F 0 36 109 42 1C
Octal 76 30 165 57 117 0 66 411 102 34
Binary 111110 11000 1110101 101111 1001111 0 110110 100001001 1000010 11100

Color Harmonies of #3E1875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1875

Black with #3E1875

Text Example


Text Example

White with #3E1875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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