Html Css Color HEX #4314A3 Persian Indigo

📋 copy color: '#4314A3'

red 67 ◦ green 20 ◦ blue 163

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

Shades of Persian Indigo #4314A3

Tints of Persian Indigo #4314A3

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8%

 BLUE value IS 163 (64.06% from 255) = 65.2%

R = 26.8%
G = 8%
B = 65.2%

CMYK

 C value IS 0.59

 M value IS 0.88

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4314A3 (or 0x4314A3) is known color: Persian Indigo. HEX triplet: 43, 14 and A3. RGB value is (67,20,163). Sum of RGB (Red+Green+Blue) = 67+20+163=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 163 (64.06% from 255 or 65.2% from 250); Max value from RGB is 163 - color contains mainly: blue. Hex color #4314A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4314A3 is #BCEB5C. Grayscale: #313131. Windows color (decimal): -12381021 or 10687555. OLE color: 10687555.

HSL color Cylindrical-coordinate representation of color #4314A3: hue angle of 259.72º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4314A3 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 67 20 163 -
CMYK 0.59 0.88 0 0.36
HSL 259.72º 0.78% 0.36% -
HSV(B) 259.72º 0.88% 0.64% -
XYZ 9.18 4.34 35 -
YUV 50.36 191.57 139.87 -
System Red Green Blue C M Y K H S L
Decimal 67 20 163 0.59 0.88 0 0.36 259.72 0.78 0.36
Hex 43 14 A3 3B 58 0 24 104 4E 24
Octal 103 24 243 73 130 0 44 404 116 44
Binary 1000011 10100 10100011 111011 1011000 0 100100 100000100 1001110 100100

Color Harmonies of #4314A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4314A3

Black with #4314A3

Text Example


Text Example

White with #4314A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4314A3; }

 p { color: rgb(67,20,163); }

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

background-color css

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

 a { background-color: rgb(67,20,163); }

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

border-color css

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

 span { border-color: rgb(67,20,163); }

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