Html Css Color HEX #431998 Persian Indigo

📋 copy color: '#431998'

red 67 ◦ green 25 ◦ blue 152

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

Shades of Persian Indigo #431998

Tints of Persian Indigo #431998

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.25%

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

R = 27.46%
G = 10.25%
B = 62.3%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#431998 (or 0x431998) is known color: Persian Indigo. HEX triplet: 43, 19 and 98. RGB value is (67,25,152). Sum of RGB (Red+Green+Blue) = 67+25+152=244 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.46% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 152 (59.77% from 255 or 62.30% from 244); Max value from RGB is 152 - color contains mainly: blue. Hex color #431998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431998 is #BCE667. Grayscale: #333333. Windows color (decimal): -12379752 or 9967939. OLE color: 9967939.

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

Color convert

RGB 67 25 152 -
CMYK 0.56 0.84 0 0.40
HSL 259.84º 0.72% 0.35% -
HSV(B) 259.84º 0.84% 0.6% -
XYZ 8.33 4.16 30.07 -
YUV 52.04 184.41 138.67 -
System Red Green Blue C M Y K H S L
Decimal 67 25 152 0.56 0.84 0 0.40 259.84 0.72 0.35
Hex 43 19 98 38 54 0 28 104 48 23
Octal 103 31 230 70 124 0 50 404 110 43
Binary 1000011 11001 10011000 111000 1010100 0 101000 100000100 1001000 100011

Color Harmonies of #431998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431998

Black with #431998

Text Example


Text Example

White with #431998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431998; }

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

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

background-color css

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

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

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

border-color css

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

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

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