Html Css Color HEX #3A0267 Indigo

📋 copy color: '#3A0267'

red 58 ◦ green 2 ◦ blue 103

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

Shades of Indigo #3A0267

Tints of Indigo #3A0267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 63.19%

R = 35.58%
G = 1.23%
B = 63.19%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#3A0267 (or 0x3A0267) is known color: Indigo. HEX triplet: 3A, 02 and 67. RGB value is (58,2,103). Sum of RGB (Red+Green+Blue) = 58+2+103=163 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.58% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 103 (40.62% from 255 or 63.19% from 163); Max value from RGB is 103 - color contains mainly: blue. Hex color #3A0267 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0267 is #C5FD98. Grayscale: #1D1D1D. Windows color (decimal): -12975513 or 6750778. OLE color: 6750778.

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

Color convert

RGB 58 2 103 -
CMYK 0.44 0.98 0 0.60
HSL 273.27º 0.96% 0.21% -
HSV(B) 273.27º 0.98% 0.4% -
XYZ 4.21 1.92 12.98 -
YUV 30.26 169.05 147.79 -
System Red Green Blue C M Y K H S L
Decimal 58 2 103 0.44 0.98 0 0.60 273.27 0.96 0.21
Hex 3A 2 67 2C 62 0 3C 111 60 15
Octal 72 2 147 54 142 0 74 421 140 25
Binary 111010 10 1100111 101100 1100010 0 111100 100010001 1100000 10101

Color Harmonies of #3A0267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0267

Black with #3A0267

Text Example


Text Example

White with #3A0267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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