Html Css Color HEX #261169 Persian Indigo

📋 copy color: '#261169'

red 38 ◦ green 17 ◦ blue 105

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

Shades of Persian Indigo #261169

Tints of Persian Indigo #261169

RGB

 RED value IS 38 (15.23% from 255) = 23.75%

 GREEN value IS 17 (7.03% from 255) = 10.63%

 BLUE value IS 105 (41.41% from 255) = 65.63%

R = 23.75%
G = 10.63%
B = 65.63%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#261169 (or 0x261169) is known color: Persian Indigo. HEX triplet: 26, 11 and 69. RGB value is (38,17,105). Sum of RGB (Red+Green+Blue) = 38+17+105=160 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.75% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 105 (41.41% from 255 or 65.62% from 160); Max value from RGB is 105 - color contains mainly: blue. Hex color #261169 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261169 is #D9EE96. Grayscale: #202020. Windows color (decimal): -14282391 or 6885670. OLE color: 6885670.

HSL color Cylindrical-coordinate representation of color #261169: hue angle of 254.32º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #261169 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 17 105 -
CMYK 0.64 0.84 0 0.59
HSL 254.32º 0.72% 0.24% -
HSV(B) 254.32º 0.84% 0.41% -
XYZ 3.55 1.83 13.53 -
YUV 33.31 168.46 131.34 -
System Red Green Blue C M Y K H S L
Decimal 38 17 105 0.64 0.84 0 0.59 254.32 0.72 0.24
Hex 26 11 69 40 54 0 3B FE 48 18
Octal 46 21 151 100 124 0 73 376 110 30
Binary 100110 10001 1101001 1000000 1010100 0 111011 11111110 1001000 11000

Color Harmonies of #261169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261169

Black with #261169

Text Example


Text Example

White with #261169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261169; }

 p { color: rgb(38,17,105); }

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

background-color css

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

 a { background-color: rgb(38,17,105); }

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

border-color css

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

 span { border-color: rgb(38,17,105); }

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