Html Css Color HEX #440267 Indigo

📋 copy color: '#440267'

red 68 ◦ green 2 ◦ blue 103

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

Shades of Indigo #440267

Tints of Indigo #440267

RGB

 RED value IS 68 (26.95% from 255) = 39.31%

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

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

R = 39.31%
G = 1.16%
B = 59.54%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#440267 (or 0x440267) is known color: Indigo. HEX triplet: 44, 02 and 67. RGB value is (68,2,103). Sum of RGB (Red+Green+Blue) = 68+2+103=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 103 (40.62% from 255 or 59.54% from 173); Max value from RGB is 103 - color contains mainly: blue. Hex color #440267 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440267 is #BBFD98. Grayscale: #202020. Windows color (decimal): -12320153 or 6750788. OLE color: 6750788.

HSL color Cylindrical-coordinate representation of color #440267: hue angle of 279.21º 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 #440267 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 68 2 103 -
CMYK 0.34 0.98 0 0.60
HSL 279.21º 0.96% 0.21% -
HSV(B) 279.21º 0.98% 0.4% -
XYZ 4.85 2.25 13.01 -
YUV 33.25 167.37 152.79 -
System Red Green Blue C M Y K H S L
Decimal 68 2 103 0.34 0.98 0 0.60 279.21 0.96 0.21
Hex 44 2 67 22 62 0 3C 117 60 15
Octal 104 2 147 42 142 0 74 427 140 25
Binary 1000100 10 1100111 100010 1100010 0 111100 100010111 1100000 10101

Color Harmonies of #440267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440267

Black with #440267

Text Example


Text Example

White with #440267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440267; }

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

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

background-color css

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

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

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

border-color css

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

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

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