Html Css Color HEX #431C97 Persian Indigo

📋 copy color: '#431C97'

red 67 ◦ green 28 ◦ blue 151

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

Shades of Persian Indigo #431C97

Tints of Persian Indigo #431C97

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.38%

 BLUE value IS 151 (59.38% from 255) = 61.38%

R = 27.24%
G = 11.38%
B = 61.38%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#431C97 (or 0x431C97) is known color: Persian Indigo. HEX triplet: 43, 1C and 97. RGB value is (67,28,151). Sum of RGB (Red+Green+Blue) = 67+28+151=246 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.24% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 151 (59.38% from 255 or 61.38% from 246); Max value from RGB is 151 - color contains mainly: blue. Hex color #431C97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431C97 is #BCE368. Grayscale: #353535. Windows color (decimal): -12378985 or 9903171. OLE color: 9903171.

HSL color Cylindrical-coordinate representation of color #431C97: hue angle of 259.02º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #431C97 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 67 28 151 -
CMYK 0.56 0.81 0 0.41
HSL 259.02º 0.69% 0.35% -
HSV(B) 259.02º 0.81% 0.59% -
XYZ 8.32 4.26 29.66 -
YUV 53.68 182.92 137.5 -
System Red Green Blue C M Y K H S L
Decimal 67 28 151 0.56 0.81 0 0.41 259.02 0.69 0.35
Hex 43 1C 97 38 51 0 29 103 45 23
Octal 103 34 227 70 121 0 51 403 105 43
Binary 1000011 11100 10010111 111000 1010001 0 101001 100000011 1000101 100011

Color Harmonies of #431C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431C97

Black with #431C97

Text Example


Text Example

White with #431C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431C97; }

 p { color: rgb(67,28,151); }

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

background-color css

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

 a { background-color: rgb(67,28,151); }

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

border-color css

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

 span { border-color: rgb(67,28,151); }

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