Html Css Color HEX #3E109B Persian Indigo

📋 copy color: '#3E109B'

red 62 ◦ green 16 ◦ blue 155

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

Shades of Persian Indigo #3E109B

Tints of Persian Indigo #3E109B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 66.52%

R = 26.61%
G = 6.87%
B = 66.52%

CMYK

 C value IS 0.6

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3E109B (or 0x3E109B) is known color: Persian Indigo. HEX triplet: 3E, 10 and 9B. RGB value is (62,16,155). Sum of RGB (Red+Green+Blue) = 62+16+155=233 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.61% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 155 (60.94% from 255 or 66.52% from 233); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E109B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E109B is #C1EF64. Grayscale: #2D2D2D. Windows color (decimal): -12709733 or 10162238. OLE color: 10162238.

HSL color Cylindrical-coordinate representation of color #3E109B: hue angle of 259.86º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E109B is Cyan = 0.6, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 62 16 155 -
CMYK 0.6 0.90 0 0.39
HSL 259.86º 0.81% 0.34% -
HSV(B) 259.86º 0.9% 0.61% -
XYZ 8.09 3.76 31.31 -
YUV 45.6 189.74 139.7 -
System Red Green Blue C M Y K H S L
Decimal 62 16 155 0.6 0.90 0 0.39 259.86 0.81 0.34
Hex 3E 10 9B 3C 5A 0 27 104 51 22
Octal 76 20 233 74 132 0 47 404 121 42
Binary 111110 10000 10011011 111100 1011010 0 100111 100000100 1010001 100010

Color Harmonies of #3E109B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E109B

Black with #3E109B

Text Example


Text Example

White with #3E109B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,16,155); }

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

background-color css

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

 a { background-color: rgb(62,16,155); }

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

border-color css

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

 span { border-color: rgb(62,16,155); }

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