Html Css Color HEX #260275 Persian Indigo

📋 copy color: '#260275'

red 38 ◦ green 2 ◦ blue 117

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

Shades of Persian Indigo #260275

Tints of Persian Indigo #260275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.27%

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

R = 24.2%
G = 1.27%
B = 74.52%

CMYK

 C value IS 0.68

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#260275 (or 0x260275) is known color: Persian Indigo. HEX triplet: 26, 02 and 75. RGB value is (38,2,117). Sum of RGB (Red+Green+Blue) = 38+2+117=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 117 (46.09% from 255 or 74.52% from 157); Max value from RGB is 117 - color contains mainly: blue. Hex color #260275 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260275 is #D9FD8A. Grayscale: #191919. Windows color (decimal): -14286219 or 7668262. OLE color: 7668262.

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

Color convert

RGB 38 2 117 -
CMYK 0.68 0.98 0 0.54
HSL 258.78º 0.97% 0.23% -
HSV(B) 258.78º 0.98% 0.46% -
XYZ 4.03 1.74 16.95 -
YUV 25.87 179.43 136.65 -
System Red Green Blue C M Y K H S L
Decimal 38 2 117 0.68 0.98 0 0.54 258.78 0.97 0.23
Hex 26 2 75 44 62 0 36 103 61 17
Octal 46 2 165 104 142 0 66 403 141 27
Binary 100110 10 1110101 1000100 1100010 0 110110 100000011 1100001 10111

Color Harmonies of #260275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260275

Black with #260275

Text Example


Text Example

White with #260275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260275; }

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

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

background-color css

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

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

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

border-color css

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

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

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