Html Css Color HEX #260175 Persian Indigo

📋 copy color: '#260175'

red 38 ◦ green 1 ◦ blue 117

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

Shades of Persian Indigo #260175

Tints of Persian Indigo #260175

RGB

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

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

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

R = 24.36%
G = 0.64%
B = 75%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#260175 (or 0x260175) is known color: Persian Indigo. HEX triplet: 26, 01 and 75. RGB value is (38,1,117). Sum of RGB (Red+Green+Blue) = 38+1+117=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 117 (46.09% from 255 or 75% from 156); Max value from RGB is 117 - color contains mainly: blue. Hex color #260175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260175 is #D9FE8A. Grayscale: #181818. Windows color (decimal): -14286475 or 7668006. OLE color: 7668006.

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

Color convert

RGB 38 1 117 -
CMYK 0.68 0.99 0 0.54
HSL 259.14º 0.98% 0.23% -
HSV(B) 259.14º 0.99% 0.46% -
XYZ 4.02 1.72 16.95 -
YUV 25.29 179.76 137.07 -
System Red Green Blue C M Y K H S L
Decimal 38 1 117 0.68 0.99 0 0.54 259.14 0.98 0.23
Hex 26 1 75 44 63 0 36 103 62 17
Octal 46 1 165 104 143 0 66 403 142 27
Binary 100110 1 1110101 1000100 1100011 0 110110 100000011 1100010 10111

Color Harmonies of #260175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260175

Black with #260175

Text Example


Text Example

White with #260175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260175; }

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

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

background-color css

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

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

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

border-color css

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

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

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