Html Css Color HEX #261181 Persian Indigo

📋 copy color: '#261181'

red 38 ◦ green 17 ◦ blue 129

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

Shades of Persian Indigo #261181

Tints of Persian Indigo #261181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 70.11%

R = 20.65%
G = 9.24%
B = 70.11%

CMYK

 C value IS 0.71

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#261181 (or 0x261181) is known color: Persian Indigo. HEX triplet: 26, 11 and 81. RGB value is (38,17,129). Sum of RGB (Red+Green+Blue) = 38+17+129=184 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.65% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 129 (50.78% from 255 or 70.11% from 184); Max value from RGB is 129 - color contains mainly: blue. Hex color #261181 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261181 is #D9EE7E. Grayscale: #232323. Windows color (decimal): -14282367 or 8458534. OLE color: 8458534.

HSL color Cylindrical-coordinate representation of color #261181: hue angle of 251.25º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261181 is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 38 17 129 -
CMYK 0.71 0.87 0 0.49
HSL 251.25º 0.77% 0.29% -
HSV(B) 251.25º 0.87% 0.51% -
XYZ 4.96 2.4 20.97 -
YUV 36.05 180.46 129.39 -
System Red Green Blue C M Y K H S L
Decimal 38 17 129 0.71 0.87 0 0.49 251.25 0.77 0.29
Hex 26 11 81 47 57 0 31 FB 4D 1D
Octal 46 21 201 107 127 0 61 373 115 35
Binary 100110 10001 10000001 1000111 1010111 0 110001 11111011 1001101 11101

Color Harmonies of #261181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261181

Black with #261181

Text Example


Text Example

White with #261181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261181; }

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

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

background-color css

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

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

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

border-color css

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

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

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