Html Css Color HEX #260173 Persian Indigo

📋 copy color: '#260173'

red 38 ◦ green 1 ◦ blue 115

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

Shades of Persian Indigo #260173

Tints of Persian Indigo #260173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 74.68%

R = 24.68%
G = 0.65%
B = 74.68%

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

#260173 (or 0x260173) is known color: Persian Indigo. HEX triplet: 26, 01 and 73. RGB value is (38,1,115). Sum of RGB (Red+Green+Blue) = 38+1+115=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 115 (45.31% from 255 or 74.68% from 154); Max value from RGB is 115 - color contains mainly: blue. Hex color #260173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260173 is #D9FE8C. Grayscale: #181818. Windows color (decimal): -14286477 or 7536934. OLE color: 7536934.

HSL color Cylindrical-coordinate representation of color #260173: hue angle of 259.47º 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 #260173 is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 38 1 115 -
CMYK 0.67 0.99 0 0.55
HSL 259.47º 0.98% 0.23% -
HSV(B) 259.47º 0.99% 0.45% -
XYZ 3.9 1.67 16.34 -
YUV 25.06 178.76 137.23 -
System Red Green Blue C M Y K H S L
Decimal 38 1 115 0.67 0.99 0 0.55 259.47 0.98 0.23
Hex 26 1 73 43 63 0 37 103 62 17
Octal 46 1 163 103 143 0 67 403 142 27
Binary 100110 1 1110011 1000011 1100011 0 110111 100000011 1100010 10111

Color Harmonies of #260173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260173

Black with #260173

Text Example


Text Example

White with #260173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260173; }

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

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

background-color css

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

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

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

border-color css

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

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

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