Html Css Color HEX #3A027B Indigo

📋 copy color: '#3A027B'

red 58 ◦ green 2 ◦ blue 123

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

Shades of Indigo #3A027B

Tints of Indigo #3A027B

RGB

 RED value IS 58 (23.05% from 255) = 31.69%

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

 BLUE value IS 123 (48.44% from 255) = 67.21%

R = 31.69%
G = 1.09%
B = 67.21%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3A027B (or 0x3A027B) is known color: Indigo. HEX triplet: 3A, 02 and 7B. RGB value is (58,2,123). Sum of RGB (Red+Green+Blue) = 58+2+123=183 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.69% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 123 (48.44% from 255 or 67.21% from 183); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A027B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A027B is #C5FD84. Grayscale: #202020. Windows color (decimal): -12975493 or 8061498. OLE color: 8061498.

HSL color Cylindrical-coordinate representation of color #3A027B: hue angle of 267.77º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A027B is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 58 2 123 -
CMYK 0.53 0.98 0 0.52
HSL 267.77º 0.97% 0.25% -
HSV(B) 267.77º 0.98% 0.48% -
XYZ 5.34 2.37 18.92 -
YUV 32.54 179.05 146.16 -
System Red Green Blue C M Y K H S L
Decimal 58 2 123 0.53 0.98 0 0.52 267.77 0.97 0.25
Hex 3A 2 7B 35 62 0 34 10C 61 19
Octal 72 2 173 65 142 0 64 414 141 31
Binary 111010 10 1111011 110101 1100010 0 110100 100001100 1100001 11001

Color Harmonies of #3A027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A027B

Black with #3A027B

Text Example


Text Example

White with #3A027B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,2,123); }

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

background-color css

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

 a { background-color: rgb(58,2,123); }

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

border-color css

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

 span { border-color: rgb(58,2,123); }

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