Html Css Color HEX #3E02B5 Indigo

📋 copy color: '#3E02B5'

red 62 ◦ green 2 ◦ blue 181

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

Shades of Indigo #3E02B5

Tints of Indigo #3E02B5

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 181 (71.09% from 255) = 73.88%

R = 25.31%
G = 0.82%
B = 73.88%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3E02B5 (or 0x3E02B5) is known color: Indigo. HEX triplet: 3E, 02 and B5. RGB value is (62,2,181). Sum of RGB (Red+Green+Blue) = 62+2+181=245 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.31% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 181 (71.09% from 255 or 73.88% from 245); Max value from RGB is 181 - color contains mainly: blue. Hex color #3E02B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E02B5 is #C1FD4A. Grayscale: #272727. Windows color (decimal): -12713291 or 11862590. OLE color: 11862590.

HSL color Cylindrical-coordinate representation of color #3E02B5: hue angle of 260.11º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E02B5 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 62 2 181 -
CMYK 0.66 0.99 0 0.29
HSL 260.11º 0.98% 0.36% -
HSV(B) 260.11º 0.99% 0.71% -
XYZ 10.35 4.4 44.02 -
YUV 40.35 207.38 143.45 -
System Red Green Blue C M Y K H S L
Decimal 62 2 181 0.66 0.99 0 0.29 260.11 0.98 0.36
Hex 3E 2 B5 42 63 0 1D 104 62 24
Octal 76 2 265 102 143 0 35 404 142 44
Binary 111110 10 10110101 1000010 1100011 0 11101 100000100 1100010 100100

Color Harmonies of #3E02B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E02B5

Black with #3E02B5

Text Example


Text Example

White with #3E02B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,2,181); }

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

background-color css

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

 a { background-color: rgb(62,2,181); }

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

border-color css

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

 span { border-color: rgb(62,2,181); }

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