Html Css Color HEX #3E0D9B Persian Indigo

📋 copy color: '#3E0D9B'

red 62 ◦ green 13 ◦ blue 155

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

Shades of Persian Indigo #3E0D9B

Tints of Persian Indigo #3E0D9B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.65%

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

R = 26.96%
G = 5.65%
B = 67.39%

CMYK

 C value IS 0.6

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3E0D9B (or 0x3E0D9B) is known color: Persian Indigo. HEX triplet: 3E, 0D and 9B. RGB value is (62,13,155). Sum of RGB (Red+Green+Blue) = 62+13+155=230 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.96% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 155 (60.94% from 255 or 67.39% from 230); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E0D9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0D9B is #C1F264. Grayscale: #2B2B2B. Windows color (decimal): -12710501 or 10161470. OLE color: 10161470.

HSL color Cylindrical-coordinate representation of color #3E0D9B: hue angle of 260.7º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E0D9B is Cyan = 0.6, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 62 13 155 -
CMYK 0.6 0.92 0 0.39
HSL 260.7º 0.85% 0.33% -
HSV(B) 260.7º 0.92% 0.61% -
XYZ 8.05 3.68 31.3 -
YUV 43.84 190.73 140.95 -
System Red Green Blue C M Y K H S L
Decimal 62 13 155 0.6 0.92 0 0.39 260.7 0.85 0.33
Hex 3E D 9B 3C 5C 0 27 105 55 21
Octal 76 15 233 74 134 0 47 405 125 41
Binary 111110 1101 10011011 111100 1011100 0 100111 100000101 1010101 100001

Color Harmonies of #3E0D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0D9B

Black with #3E0D9B

Text Example


Text Example

White with #3E0D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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