Html Css Color HEX #431598 Persian Indigo

📋 copy color: '#431598'

red 67 ◦ green 21 ◦ blue 152

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

Shades of Persian Indigo #431598

Tints of Persian Indigo #431598

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.75%

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

R = 27.92%
G = 8.75%
B = 63.33%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#431598 (or 0x431598) is known color: Persian Indigo. HEX triplet: 43, 15 and 98. RGB value is (67,21,152). Sum of RGB (Red+Green+Blue) = 67+21+152=240 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.92% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 152 (59.77% from 255 or 63.33% from 240); Max value from RGB is 152 - color contains mainly: blue. Hex color #431598 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431598 is #BCEA67. Grayscale: #313131. Windows color (decimal): -12380776 or 9966915. OLE color: 9966915.

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

Color convert

RGB 67 21 152 -
CMYK 0.56 0.86 0 0.40
HSL 261.07º 0.76% 0.34% -
HSV(B) 261.07º 0.86% 0.6% -
XYZ 8.25 4 30.04 -
YUV 49.69 185.74 140.35 -
System Red Green Blue C M Y K H S L
Decimal 67 21 152 0.56 0.86 0 0.40 261.07 0.76 0.34
Hex 43 15 98 38 56 0 28 105 4C 22
Octal 103 25 230 70 126 0 50 405 114 42
Binary 1000011 10101 10011000 111000 1010110 0 101000 100000101 1001100 100010

Color Harmonies of #431598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431598

Black with #431598

Text Example


Text Example

White with #431598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431598; }

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

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

background-color css

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

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

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

border-color css

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

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

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