Html Css Color HEX #410F7B Persian Indigo

📋 copy color: '#410F7B'

red 65 ◦ green 15 ◦ blue 123

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

Shades of Persian Indigo #410F7B

Tints of Persian Indigo #410F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 60.59%

R = 32.02%
G = 7.39%
B = 60.59%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#410F7B (or 0x410F7B) is known color: Persian Indigo. HEX triplet: 41, 0F and 7B. RGB value is (65,15,123). Sum of RGB (Red+Green+Blue) = 65+15+123=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 123 (48.44% from 255 or 60.59% from 203); Max value from RGB is 123 - color contains mainly: blue. Hex color #410F7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410F7B is #BEF084. Grayscale: #292929. Windows color (decimal): -12513413 or 8064833. OLE color: 8064833.

HSL color Cylindrical-coordinate representation of color #410F7B: hue angle of 267.78º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #410F7B is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 15 123 -
CMYK 0.47 0.88 0 0.52
HSL 267.78º 0.78% 0.27% -
HSV(B) 267.78º 0.88% 0.48% -
XYZ 5.93 2.9 18.99 -
YUV 42.26 173.57 144.22 -
System Red Green Blue C M Y K H S L
Decimal 65 15 123 0.47 0.88 0 0.52 267.78 0.78 0.27
Hex 41 F 7B 2F 58 0 34 10C 4E 1B
Octal 101 17 173 57 130 0 64 414 116 33
Binary 1000001 1111 1111011 101111 1011000 0 110100 100001100 1001110 11011

Color Harmonies of #410F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410F7B

Black with #410F7B

Text Example


Text Example

White with #410F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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