Html Css Color HEX #261272 Persian Indigo

📋 copy color: '#261272'

red 38 ◦ green 18 ◦ blue 114

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

Shades of Persian Indigo #261272

Tints of Persian Indigo #261272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 67.06%

R = 22.35%
G = 10.59%
B = 67.06%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#261272 (or 0x261272) is known color: Persian Indigo. HEX triplet: 26, 12 and 72. RGB value is (38,18,114). Sum of RGB (Red+Green+Blue) = 38+18+114=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 114 (44.92% from 255 or 67.06% from 170); Max value from RGB is 114 - color contains mainly: blue. Hex color #261272 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261272 is #D9ED8D. Grayscale: #222222. Windows color (decimal): -14282126 or 7475750. OLE color: 7475750.

HSL color Cylindrical-coordinate representation of color #261272: hue angle of 252.5º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #261272 is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 38 18 114 -
CMYK 0.67 0.84 0 0.55
HSL 252.5º 0.73% 0.26% -
HSV(B) 252.5º 0.84% 0.45% -
XYZ 4.05 2.06 16.1 -
YUV 34.92 172.63 130.19 -
System Red Green Blue C M Y K H S L
Decimal 38 18 114 0.67 0.84 0 0.55 252.5 0.73 0.26
Hex 26 12 72 43 54 0 37 FD 49 1A
Octal 46 22 162 103 124 0 67 375 111 32
Binary 100110 10010 1110010 1000011 1010100 0 110111 11111101 1001001 11010

Color Harmonies of #261272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261272

Black with #261272

Text Example


Text Example

White with #261272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261272; }

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

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

background-color css

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

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

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

border-color css

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

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

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