Html Css Color HEX #261270 Persian Indigo

📋 copy color: '#261270'

red 38 ◦ green 18 ◦ blue 112

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

Shades of Persian Indigo #261270

Tints of Persian Indigo #261270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 66.67%

R = 22.62%
G = 10.71%
B = 66.67%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#261270 (or 0x261270) is known color: Persian Indigo. HEX triplet: 26, 12 and 70. RGB value is (38,18,112). Sum of RGB (Red+Green+Blue) = 38+18+112=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 112 (44.14% from 255 or 66.67% from 168); Max value from RGB is 112 - color contains mainly: blue. Hex color #261270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261270 is #D9ED8F. Grayscale: #222222. Windows color (decimal): -14282128 or 7344678. OLE color: 7344678.

HSL color Cylindrical-coordinate representation of color #261270: hue angle of 252.77º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #261270 is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 18 112 -
CMYK 0.66 0.84 0 0.56
HSL 252.77º 0.72% 0.25% -
HSV(B) 252.77º 0.84% 0.44% -
XYZ 3.94 2.01 15.51 -
YUV 34.7 171.63 130.36 -
System Red Green Blue C M Y K H S L
Decimal 38 18 112 0.66 0.84 0 0.56 252.77 0.72 0.25
Hex 26 12 70 42 54 0 38 FD 48 19
Octal 46 22 160 102 124 0 70 375 110 31
Binary 100110 10010 1110000 1000010 1010100 0 111000 11111101 1001000 11001

Color Harmonies of #261270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261270

Black with #261270

Text Example


Text Example

White with #261270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261270; }

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

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

background-color css

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

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

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

border-color css

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

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

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