Html Css Color HEX #410F8E Persian Indigo

📋 copy color: '#410F8E'

red 65 ◦ green 15 ◦ blue 142

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

Shades of Persian Indigo #410F8E

Tints of Persian Indigo #410F8E

RGB

 RED value IS 65 (25.78% from 255) = 29.28%

 GREEN value IS 15 (6.25% from 255) = 6.76%

 BLUE value IS 142 (55.86% from 255) = 63.96%

R = 29.28%
G = 6.76%
B = 63.96%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#410F8E (or 0x410F8E) is known color: Persian Indigo. HEX triplet: 41, 0F and 8E. RGB value is (65,15,142). Sum of RGB (Red+Green+Blue) = 65+15+142=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 15 (6.25% from 255 or 6.76% from 222); Blue value is 142 (55.86% from 255 or 63.96% from 222); Max value from RGB is 142 - color contains mainly: blue. Hex color #410F8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410F8E is #BEF071. Grayscale: #2B2B2B. Windows color (decimal): -12513394 or 9310017. OLE color: 9310017.

HSL color Cylindrical-coordinate representation of color #410F8E: hue angle of 263.62º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #410F8E is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 15 142 -
CMYK 0.54 0.89 0 0.44
HSL 263.62º 0.81% 0.31% -
HSV(B) 263.62º 0.89% 0.56% -
XYZ 7.23 3.42 25.87 -
YUV 44.43 183.07 142.67 -
System Red Green Blue C M Y K H S L
Decimal 65 15 142 0.54 0.89 0 0.44 263.62 0.81 0.31
Hex 41 F 8E 36 59 0 2C 108 51 1F
Octal 101 17 216 66 131 0 54 410 121 37
Binary 1000001 1111 10001110 110110 1011001 0 101100 100001000 1010001 11111

Color Harmonies of #410F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410F8E

Black with #410F8E

Text Example


Text Example

White with #410F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410F8E; }

 p { color: rgb(65,15,142); }

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

background-color css

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

 a { background-color: rgb(65,15,142); }

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

border-color css

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

 span { border-color: rgb(65,15,142); }

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