Html Css Color HEX #430D91 Indigo

📋 copy color: '#430D91'

red 67 ◦ green 13 ◦ blue 145

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

Shades of Indigo #430D91

Tints of Indigo #430D91

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.78%

 BLUE value IS 145 (57.03% from 255) = 64.44%

R = 29.78%
G = 5.78%
B = 64.44%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#430D91 (or 0x430D91) is known color: Indigo. HEX triplet: 43, 0D and 91. RGB value is (67,13,145). Sum of RGB (Red+Green+Blue) = 67+13+145=225 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.78% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 145 (57.03% from 255 or 64.44% from 225); Max value from RGB is 145 - color contains mainly: blue. Hex color #430D91 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430D91 is #BCF26E. Grayscale: #2B2B2B. Windows color (decimal): -12382831 or 9506115. OLE color: 9506115.

HSL color Cylindrical-coordinate representation of color #430D91: hue angle of 264.55º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #430D91 is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 67 13 145 -
CMYK 0.54 0.91 0 0.43
HSL 264.55º 0.84% 0.31% -
HSV(B) 264.55º 0.91% 0.57% -
XYZ 7.57 3.53 27.07 -
YUV 44.19 184.89 144.27 -
System Red Green Blue C M Y K H S L
Decimal 67 13 145 0.54 0.91 0 0.43 264.55 0.84 0.31
Hex 43 D 91 36 5B 0 2B 109 54 1F
Octal 103 15 221 66 133 0 53 411 124 37
Binary 1000011 1101 10010001 110110 1011011 0 101011 100001001 1010100 11111

Color Harmonies of #430D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430D91

Black with #430D91

Text Example


Text Example

White with #430D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430D91; }

 p { color: rgb(67,13,145); }

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

background-color css

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

 a { background-color: rgb(67,13,145); }

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

border-color css

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

 span { border-color: rgb(67,13,145); }

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