Html Css Color HEX #431298 Indigo

📋 copy color: '#431298'

red 67 ◦ green 18 ◦ blue 152

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

Shades of Indigo #431298

Tints of Indigo #431298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.59%

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

R = 28.27%
G = 7.59%
B = 64.14%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#431298 (or 0x431298) is known color: Indigo. HEX triplet: 43, 12 and 98. RGB value is (67,18,152). Sum of RGB (Red+Green+Blue) = 67+18+152=237 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.27% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 152 (59.77% from 255 or 64.14% from 237); Max value from RGB is 152 - color contains mainly: blue. Hex color #431298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431298 is #BCED67. Grayscale: #2F2F2F. Windows color (decimal): -12381544 or 9966147. OLE color: 9966147.

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

Color convert

RGB 67 18 152 -
CMYK 0.56 0.88 0 0.40
HSL 261.94º 0.79% 0.33% -
HSV(B) 261.94º 0.88% 0.6% -
XYZ 8.2 3.89 30.03 -
YUV 47.93 186.73 141.6 -
System Red Green Blue C M Y K H S L
Decimal 67 18 152 0.56 0.88 0 0.40 261.94 0.79 0.33
Hex 43 12 98 38 58 0 28 106 4F 21
Octal 103 22 230 70 130 0 50 406 117 41
Binary 1000011 10010 10011000 111000 1011000 0 101000 100000110 1001111 100001

Color Harmonies of #431298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431298

Black with #431298

Text Example


Text Example

White with #431298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431298; }

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

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

background-color css

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

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

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

border-color css

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

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

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