Html Css Color HEX #430D75 Indigo

📋 copy color: '#430D75'

red 67 ◦ green 13 ◦ blue 117

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

Shades of Indigo #430D75

Tints of Indigo #430D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 59.39%

R = 34.01%
G = 6.6%
B = 59.39%

CMYK

 C value IS 0.43

 M value IS 0.89

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#430D75 (or 0x430D75) is known color: Indigo. HEX triplet: 43, 0D and 75. RGB value is (67,13,117). Sum of RGB (Red+Green+Blue) = 67+13+117=197 (26% of max value = 765). Red value is 67 (26.56% from 255 or 34.01% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #430D75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430D75 is #BCF28A. Grayscale: #282828. Windows color (decimal): -12382859 or 7671107. OLE color: 7671107.

HSL color Cylindrical-coordinate representation of color #430D75: hue angle of 271.15º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #430D75 is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 67 13 117 -
CMYK 0.43 0.89 0 0.54
HSL 271.15º 0.8% 0.25% -
HSV(B) 271.15º 0.89% 0.46% -
XYZ 5.67 2.77 17.06 -
YUV 41 170.89 146.54 -
System Red Green Blue C M Y K H S L
Decimal 67 13 117 0.43 0.89 0 0.54 271.15 0.8 0.25
Hex 43 D 75 2B 59 0 36 10F 50 19
Octal 103 15 165 53 131 0 66 417 120 31
Binary 1000011 1101 1110101 101011 1011001 0 110110 100001111 1010000 11001

Color Harmonies of #430D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430D75

Black with #430D75

Text Example


Text Example

White with #430D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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