Html Css Color HEX #430D92 Indigo

📋 copy color: '#430D92'

red 67 ◦ green 13 ◦ blue 146

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

Shades of Indigo #430D92

Tints of Indigo #430D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 64.6%

R = 29.65%
G = 5.75%
B = 64.6%

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

#430D92 (or 0x430D92) is known color: Indigo. HEX triplet: 43, 0D and 92. RGB value is (67,13,146). Sum of RGB (Red+Green+Blue) = 67+13+146=226 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.65% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 146 (57.42% from 255 or 64.60% from 226); Max value from RGB is 146 - color contains mainly: blue. Hex color #430D92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430D92 is #BCF26D. Grayscale: #2B2B2B. Windows color (decimal): -12382830 or 9571651. OLE color: 9571651.

HSL color Cylindrical-coordinate representation of color #430D92: hue angle of 264.36º 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 #430D92 is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 67 13 146 -
CMYK 0.54 0.91 0 0.43
HSL 264.36º 0.84% 0.31% -
HSV(B) 264.36º 0.91% 0.57% -
XYZ 7.65 3.56 27.48 -
YUV 44.31 185.39 144.19 -
System Red Green Blue C M Y K H S L
Decimal 67 13 146 0.54 0.91 0 0.43 264.36 0.84 0.31
Hex 43 D 92 36 5B 0 2B 108 54 1F
Octal 103 15 222 66 133 0 53 410 124 37
Binary 1000011 1101 10010010 110110 1011011 0 101011 100001000 1010100 11111

Color Harmonies of #430D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430D92

Black with #430D92

Text Example


Text Example

White with #430D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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