Html Css Color HEX #261275 Persian Indigo

📋 copy color: '#261275'

red 38 ◦ green 18 ◦ blue 117

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

Shades of Persian Indigo #261275

Tints of Persian Indigo #261275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 67.63%

R = 21.97%
G = 10.4%
B = 67.63%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#261275 (or 0x261275) is known color: Persian Indigo. HEX triplet: 26, 12 and 75. RGB value is (38,18,117). Sum of RGB (Red+Green+Blue) = 38+18+117=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 117 (46.09% from 255 or 67.63% from 173); Max value from RGB is 117 - color contains mainly: blue. Hex color #261275 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261275 is #D9ED8A. Grayscale: #222222. Windows color (decimal): -14282123 or 7672358. OLE color: 7672358.

HSL color Cylindrical-coordinate representation of color #261275: hue angle of 252.12º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #261275 is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 18 117 -
CMYK 0.68 0.85 0 0.54
HSL 252.12º 0.73% 0.26% -
HSV(B) 252.12º 0.85% 0.46% -
XYZ 4.23 2.13 17.02 -
YUV 35.27 174.13 129.95 -
System Red Green Blue C M Y K H S L
Decimal 38 18 117 0.68 0.85 0 0.54 252.12 0.73 0.26
Hex 26 12 75 44 55 0 36 FC 49 1A
Octal 46 22 165 104 125 0 66 374 111 32
Binary 100110 10010 1110101 1000100 1010101 0 110110 11111100 1001001 11010

Color Harmonies of #261275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261275

Black with #261275

Text Example


Text Example

White with #261275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261275; }

 p { color: rgb(38,18,117); }

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

background-color css

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

 a { background-color: rgb(38,18,117); }

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

border-color css

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

 span { border-color: rgb(38,18,117); }

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