Html Css Color HEX #430998 Indigo

📋 copy color: '#430998'

red 67 ◦ green 9 ◦ blue 152

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

Shades of Indigo #430998

Tints of Indigo #430998

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.95%

 BLUE value IS 152 (59.77% from 255) = 66.67%

R = 29.39%
G = 3.95%
B = 66.67%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#430998 (or 0x430998) is known color: Indigo. HEX triplet: 43, 09 and 98. RGB value is (67,9,152). Sum of RGB (Red+Green+Blue) = 67+9+152=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 152 (59.77% from 255 or 66.67% from 228); Max value from RGB is 152 - color contains mainly: blue. Hex color #430998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430998 is #BCF667. Grayscale: #2A2A2A. Windows color (decimal): -12383848 or 9963843. OLE color: 9963843.

HSL color Cylindrical-coordinate representation of color #430998: hue angle of 264.34º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430998 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 67 9 152 -
CMYK 0.56 0.94 0 0.40
HSL 264.34º 0.89% 0.32% -
HSV(B) 264.34º 0.94% 0.6% -
XYZ 8.08 3.66 29.99 -
YUV 42.64 189.72 145.37 -
System Red Green Blue C M Y K H S L
Decimal 67 9 152 0.56 0.94 0 0.40 264.34 0.89 0.32
Hex 43 9 98 38 5E 0 28 108 59 20
Octal 103 11 230 70 136 0 50 410 131 40
Binary 1000011 1001 10011000 111000 1011110 0 101000 100001000 1011001 100000

Color Harmonies of #430998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430998

Black with #430998

Text Example


Text Example

White with #430998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430998; }

 p { color: rgb(67,9,152); }

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

background-color css

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

 a { background-color: rgb(67,9,152); }

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

border-color css

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

 span { border-color: rgb(67,9,152); }

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