Html Css Color HEX #430269 Indigo

📋 copy color: '#430269'

red 67 ◦ green 2 ◦ blue 105

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

Shades of Indigo #430269

Tints of Indigo #430269

RGB

 RED value IS 67 (26.56% from 255) = 38.51%

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

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

R = 38.51%
G = 1.15%
B = 60.34%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#430269 (or 0x430269) is known color: Indigo. HEX triplet: 43, 02 and 69. RGB value is (67,2,105). Sum of RGB (Red+Green+Blue) = 67+2+105=174 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.51% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 105 (41.41% from 255 or 60.34% from 174); Max value from RGB is 105 - color contains mainly: blue. Hex color #430269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430269 is #BCFD96. Grayscale: #202020. Windows color (decimal): -12385687 or 6881859. OLE color: 6881859.

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

Color convert

RGB 67 2 105 -
CMYK 0.36 0.98 0 0.59
HSL 277.86º 0.96% 0.21% -
HSV(B) 277.86º 0.98% 0.41% -
XYZ 4.89 2.26 13.54 -
YUV 33.18 168.53 152.12 -
System Red Green Blue C M Y K H S L
Decimal 67 2 105 0.36 0.98 0 0.59 277.86 0.96 0.21
Hex 43 2 69 24 62 0 3B 116 60 15
Octal 103 2 151 44 142 0 73 426 140 25
Binary 1000011 10 1101001 100100 1100010 0 111011 100010110 1100000 10101

Color Harmonies of #430269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430269

Black with #430269

Text Example


Text Example

White with #430269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430269; }

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

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

background-color css

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

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

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

border-color css

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

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

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