Html Css Color HEX #440268 Indigo

📋 copy color: '#440268'

red 68 ◦ green 2 ◦ blue 104

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

Shades of Indigo #440268

Tints of Indigo #440268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 59.77%

R = 39.08%
G = 1.15%
B = 59.77%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#440268 (or 0x440268) is known color: Indigo. HEX triplet: 44, 02 and 68. RGB value is (68,2,104). Sum of RGB (Red+Green+Blue) = 68+2+104=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 104 (41.02% from 255 or 59.77% from 174); Max value from RGB is 104 - color contains mainly: blue. Hex color #440268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440268 is #BBFD97. Grayscale: #212121. Windows color (decimal): -12320152 or 6816324. OLE color: 6816324.

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

Color convert

RGB 68 2 104 -
CMYK 0.35 0.98 0 0.59
HSL 278.82º 0.96% 0.21% -
HSV(B) 278.82º 0.98% 0.41% -
XYZ 4.9 2.27 13.28 -
YUV 33.36 167.87 152.71 -
System Red Green Blue C M Y K H S L
Decimal 68 2 104 0.35 0.98 0 0.59 278.82 0.96 0.21
Hex 44 2 68 23 62 0 3B 117 60 15
Octal 104 2 150 43 142 0 73 427 140 25
Binary 1000100 10 1101000 100011 1100010 0 111011 100010111 1100000 10101

Color Harmonies of #440268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440268

Black with #440268

Text Example


Text Example

White with #440268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440268; }

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

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

background-color css

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

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

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

border-color css

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

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

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