Html Css Color HEX #3A0269 Indigo

📋 copy color: '#3A0269'

red 58 ◦ green 2 ◦ blue 105

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

Shades of Indigo #3A0269

Tints of Indigo #3A0269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 63.64%

R = 35.15%
G = 1.21%
B = 63.64%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3A0269 (or 0x3A0269) is known color: Indigo. HEX triplet: 3A, 02 and 69. RGB value is (58,2,105). Sum of RGB (Red+Green+Blue) = 58+2+105=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 105 (41.41% from 255 or 63.64% from 165); Max value from RGB is 105 - color contains mainly: blue. Hex color #3A0269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0269 is #C5FD96. Grayscale: #1E1E1E. Windows color (decimal): -12975511 or 6881850. OLE color: 6881850.

HSL color Cylindrical-coordinate representation of color #3A0269: hue angle of 272.62º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A0269 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 58 2 105 -
CMYK 0.45 0.98 0 0.59
HSL 272.62º 0.96% 0.21% -
HSV(B) 272.62º 0.98% 0.41% -
XYZ 4.32 1.96 13.52 -
YUV 30.49 170.05 147.62 -
System Red Green Blue C M Y K H S L
Decimal 58 2 105 0.45 0.98 0 0.59 272.62 0.96 0.21
Hex 3A 2 69 2D 62 0 3B 111 60 15
Octal 72 2 151 55 142 0 73 421 140 25
Binary 111010 10 1101001 101101 1100010 0 111011 100010001 1100000 10101

Color Harmonies of #3A0269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0269

Black with #3A0269

Text Example


Text Example

White with #3A0269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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