Html Css Color HEX #411A7B Persian Indigo

📋 copy color: '#411A7B'

red 65 ◦ green 26 ◦ blue 123

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

Shades of Persian Indigo #411A7B

Tints of Persian Indigo #411A7B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.15%

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

R = 30.37%
G = 12.15%
B = 57.48%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#411A7B (or 0x411A7B) is known color: Persian Indigo. HEX triplet: 41, 1A and 7B. RGB value is (65,26,123). Sum of RGB (Red+Green+Blue) = 65+26+123=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 123 (48.44% from 255 or 57.48% from 214); Max value from RGB is 123 - color contains mainly: blue. Hex color #411A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411A7B is #BEE584. Grayscale: #303030. Windows color (decimal): -12510597 or 8067649. OLE color: 8067649.

HSL color Cylindrical-coordinate representation of color #411A7B: hue angle of 264.12º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #411A7B is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 26 123 -
CMYK 0.47 0.79 0 0.52
HSL 264.12º 0.65% 0.29% -
HSV(B) 264.12º 0.79% 0.48% -
XYZ 6.12 3.29 19.05 -
YUV 48.72 169.92 139.61 -
System Red Green Blue C M Y K H S L
Decimal 65 26 123 0.47 0.79 0 0.52 264.12 0.65 0.29
Hex 41 1A 7B 2F 4F 0 34 108 41 1D
Octal 101 32 173 57 117 0 64 410 101 35
Binary 1000001 11010 1111011 101111 1001111 0 110100 100001000 1000001 11101

Color Harmonies of #411A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411A7B

Black with #411A7B

Text Example


Text Example

White with #411A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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