Html Css Color HEX #431378 Persian Indigo

📋 copy color: '#431378'

red 67 ◦ green 19 ◦ blue 120

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

Shades of Persian Indigo #431378

Tints of Persian Indigo #431378

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.22%

 BLUE value IS 120 (47.27% from 255) = 58.25%

R = 32.52%
G = 9.22%
B = 58.25%

CMYK

 C value IS 0.44

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#431378 (or 0x431378) is known color: Persian Indigo. HEX triplet: 43, 13 and 78. RGB value is (67,19,120). Sum of RGB (Red+Green+Blue) = 67+19+120=206 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.52% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 120 (47.27% from 255 or 58.25% from 206); Max value from RGB is 120 - color contains mainly: blue. Hex color #431378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431378 is #BCEC87. Grayscale: #2C2C2C. Windows color (decimal): -12381320 or 7869251. OLE color: 7869251.

HSL color Cylindrical-coordinate representation of color #431378: hue angle of 268.51º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #431378 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 67 19 120 -
CMYK 0.44 0.84 0 0.53
HSL 268.51º 0.73% 0.27% -
HSV(B) 268.51º 0.84% 0.47% -
XYZ 5.94 3.02 18.04 -
YUV 44.87 170.4 143.79 -
System Red Green Blue C M Y K H S L
Decimal 67 19 120 0.44 0.84 0 0.53 268.51 0.73 0.27
Hex 43 13 78 2C 54 0 35 10D 49 1B
Octal 103 23 170 54 124 0 65 415 111 33
Binary 1000011 10011 1111000 101100 1010100 0 110101 100001101 1001001 11011

Color Harmonies of #431378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431378

Black with #431378

Text Example


Text Example

White with #431378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431378; }

 p { color: rgb(67,19,120); }

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

background-color css

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

 a { background-color: rgb(67,19,120); }

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

border-color css

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

 span { border-color: rgb(67,19,120); }

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