Html Css Color HEX #260172 Persian Indigo

📋 copy color: '#260172'

red 38 ◦ green 1 ◦ blue 114

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

Shades of Persian Indigo #260172

Tints of Persian Indigo #260172

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 24.84%
G = 0.65%
B = 74.51%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#260172 (or 0x260172) is known color: Persian Indigo. HEX triplet: 26, 01 and 72. RGB value is (38,1,114). Sum of RGB (Red+Green+Blue) = 38+1+114=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 114 (44.92% from 255 or 74.51% from 153); Max value from RGB is 114 - color contains mainly: blue. Hex color #260172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260172 is #D9FE8D. Grayscale: #181818. Windows color (decimal): -14286478 or 7471398. OLE color: 7471398.

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

Color convert

RGB 38 1 114 -
CMYK 0.67 0.99 0 0.55
HSL 259.65º 0.98% 0.23% -
HSV(B) 259.65º 0.99% 0.45% -
XYZ 3.85 1.65 16.04 -
YUV 24.95 178.26 137.31 -
System Red Green Blue C M Y K H S L
Decimal 38 1 114 0.67 0.99 0 0.55 259.65 0.98 0.23
Hex 26 1 72 43 63 0 37 104 62 17
Octal 46 1 162 103 143 0 67 404 142 27
Binary 100110 1 1110010 1000011 1100011 0 110111 100000100 1100010 10111

Color Harmonies of #260172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260172

Black with #260172

Text Example


Text Example

White with #260172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260172; }

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

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

background-color css

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

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

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

border-color css

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

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

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