Html Css Color HEX #260075 Persian Indigo

📋 copy color: '#260075'

red 38 ◦ green 0 ◦ blue 117

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

Shades of Persian Indigo #260075

Tints of Persian Indigo #260075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 24.52%
G = 0%
B = 75.48%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#260075 (or 0x260075) is known color: Persian Indigo. HEX triplet: 26, 00 and 75. RGB value is (38,0,117). Sum of RGB (Red+Green+Blue) = 38+0+117=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 117 (46.09% from 255 or 75.48% from 155); Max value from RGB is 117 - color contains mainly: blue. Hex color #260075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260075 is #D9FF8A. Grayscale: #181818. Windows color (decimal): -14286731 or 7667750. OLE color: 7667750.

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

Color convert

RGB 38 0 117 -
CMYK 0.68 1 0 0.54
HSL 259.49º 1% 0.23% -
HSV(B) 259.49º 1% 0.46% -
XYZ 4.01 1.7 16.95 -
YUV 24.7 180.09 137.49 -
System Red Green Blue C M Y K H S L
Decimal 38 0 117 0.68 1 0 0.54 259.49 1 0.23
Hex 26 0 75 44 64 0 36 103 64 17
Octal 46 0 165 104 144 0 66 403 144 27
Binary 100110 0 1110101 1000100 1100100 0 110110 100000011 1100100 10111

Color Harmonies of #260075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260075

Black with #260075

Text Example


Text Example

White with #260075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260075; }

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

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

background-color css

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

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

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

border-color css

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

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

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