Html Css Color HEX #3B028C Indigo

📋 copy color: '#3B028C'

red 59 ◦ green 2 ◦ blue 140

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

Shades of Indigo #3B028C

Tints of Indigo #3B028C

RGB

 RED value IS 59 (23.44% from 255) = 29.35%

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

 BLUE value IS 140 (55.08% from 255) = 69.65%

R = 29.35%
G = 1%
B = 69.65%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3B028C (or 0x3B028C) is known color: Indigo. HEX triplet: 3B, 02 and 8C. RGB value is (59,2,140). Sum of RGB (Red+Green+Blue) = 59+2+140=201 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.35% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 140 (55.08% from 255 or 69.65% from 201); Max value from RGB is 140 - color contains mainly: blue. Hex color #3B028C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B028C is #C4FD73. Grayscale: #222222. Windows color (decimal): -12909940 or 9175611. OLE color: 9175611.

HSL color Cylindrical-coordinate representation of color #3B028C: hue angle of 264.78º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B028C is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 59 2 140 -
CMYK 0.58 0.99 0 0.45
HSL 264.78º 0.97% 0.28% -
HSV(B) 264.78º 0.99% 0.55% -
XYZ 6.56 2.87 25.02 -
YUV 34.78 187.38 145.28 -
System Red Green Blue C M Y K H S L
Decimal 59 2 140 0.58 0.99 0 0.45 264.78 0.97 0.28
Hex 3B 2 8C 3A 63 0 2D 109 61 1C
Octal 73 2 214 72 143 0 55 411 141 34
Binary 111011 10 10001100 111010 1100011 0 101101 100001001 1100001 11100

Color Harmonies of #3B028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B028C

Black with #3B028C

Text Example


Text Example

White with #3B028C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,2,140); }

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

background-color css

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

 a { background-color: rgb(59,2,140); }

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

border-color css

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

 span { border-color: rgb(59,2,140); }

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