Html Css Color HEX #430D68 Indigo

📋 copy color: '#430D68'

red 67 ◦ green 13 ◦ blue 104

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

Shades of Indigo #430D68

Tints of Indigo #430D68

RGB

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

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

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

R = 36.41%
G = 7.07%
B = 56.52%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#430D68 (or 0x430D68) is known color: Indigo. HEX triplet: 43, 0D and 68. RGB value is (67,13,104). Sum of RGB (Red+Green+Blue) = 67+13+104=184 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.41% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #430D68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430D68 is #BCF297. Grayscale: #272727. Windows color (decimal): -12382872 or 6819139. OLE color: 6819139.

HSL color Cylindrical-coordinate representation of color #430D68: hue angle of 275.6º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #430D68 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 67 13 104 -
CMYK 0.36 0.88 0 0.59
HSL 275.6º 0.78% 0.23% -
HSV(B) 275.6º 0.88% 0.41% -
XYZ 4.96 2.48 13.31 -
YUV 39.52 164.39 147.6 -
System Red Green Blue C M Y K H S L
Decimal 67 13 104 0.36 0.88 0 0.59 275.6 0.78 0.23
Hex 43 D 68 24 58 0 3B 114 4E 17
Octal 103 15 150 44 130 0 73 424 116 27
Binary 1000011 1101 1101000 100100 1011000 0 111011 100010100 1001110 10111

Color Harmonies of #430D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430D68

Black with #430D68

Text Example


Text Example

White with #430D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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