Html Css Color HEX #41167B Persian Indigo

📋 copy color: '#41167B'

red 65 ◦ green 22 ◦ blue 123

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

Shades of Persian Indigo #41167B

Tints of Persian Indigo #41167B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.48%

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

R = 30.95%
G = 10.48%
B = 58.57%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#41167B (or 0x41167B) is known color: Persian Indigo. HEX triplet: 41, 16 and 7B. RGB value is (65,22,123). Sum of RGB (Red+Green+Blue) = 65+22+123=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 123 (48.44% from 255 or 58.57% from 210); Max value from RGB is 123 - color contains mainly: blue. Hex color #41167B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41167B is #BEE984. Grayscale: #2E2E2E. Windows color (decimal): -12511621 or 8066625. OLE color: 8066625.

HSL color Cylindrical-coordinate representation of color #41167B: hue angle of 265.54º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #41167B is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 22 123 -
CMYK 0.47 0.82 0 0.52
HSL 265.54º 0.7% 0.28% -
HSV(B) 265.54º 0.82% 0.48% -
XYZ 6.04 3.13 19.02 -
YUV 46.37 171.25 141.29 -
System Red Green Blue C M Y K H S L
Decimal 65 22 123 0.47 0.82 0 0.52 265.54 0.7 0.28
Hex 41 16 7B 2F 52 0 34 10A 46 1C
Octal 101 26 173 57 122 0 64 412 106 34
Binary 1000001 10110 1111011 101111 1010010 0 110100 100001010 1000110 11100

Color Harmonies of #41167B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41167B

Black with #41167B

Text Example


Text Example

White with #41167B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41167B; }

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

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

background-color css

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

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

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

border-color css

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

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

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