Html Css Color HEX #41127B Persian Indigo

📋 copy color: '#41127B'

red 65 ◦ green 18 ◦ blue 123

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

Shades of Persian Indigo #41127B

Tints of Persian Indigo #41127B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.74%

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

R = 31.55%
G = 8.74%
B = 59.71%

CMYK

 C value IS 0.47

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#41127B (or 0x41127B) is known color: Persian Indigo. HEX triplet: 41, 12 and 7B. RGB value is (65,18,123). Sum of RGB (Red+Green+Blue) = 65+18+123=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 123 (48.44% from 255 or 59.71% from 206); Max value from RGB is 123 - color contains mainly: blue. Hex color #41127B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41127B is #BEED84. Grayscale: #2B2B2B. Windows color (decimal): -12512645 or 8065601. OLE color: 8065601.

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

Color convert

RGB 65 18 123 -
CMYK 0.47 0.85 0 0.52
HSL 266.86º 0.74% 0.28% -
HSV(B) 266.86º 0.85% 0.48% -
XYZ 5.97 2.99 19 -
YUV 44.02 172.57 142.96 -
System Red Green Blue C M Y K H S L
Decimal 65 18 123 0.47 0.85 0 0.52 266.86 0.74 0.28
Hex 41 12 7B 2F 55 0 34 10B 4A 1C
Octal 101 22 173 57 125 0 64 413 112 34
Binary 1000001 10010 1111011 101111 1010101 0 110100 100001011 1001010 11100

Color Harmonies of #41127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41127B

Black with #41127B

Text Example


Text Example

White with #41127B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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