Html Css Color HEX #260F85 Persian Indigo

📋 copy color: '#260F85'

red 38 ◦ green 15 ◦ blue 133

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

Shades of Persian Indigo #260F85

Tints of Persian Indigo #260F85

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.06%

 BLUE value IS 133 (52.34% from 255) = 71.51%

R = 20.43%
G = 8.06%
B = 71.51%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#260F85 (or 0x260F85) is known color: Persian Indigo. HEX triplet: 26, 0F and 85. RGB value is (38,15,133). Sum of RGB (Red+Green+Blue) = 38+15+133=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 133 (52.34% from 255 or 71.51% from 186); Max value from RGB is 133 - color contains mainly: blue. Hex color #260F85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260F85 is #D9F07A. Grayscale: #222222. Windows color (decimal): -14282875 or 8720166. OLE color: 8720166.

HSL color Cylindrical-coordinate representation of color #260F85: hue angle of 251.69º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #260F85 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 38 15 133 -
CMYK 0.71 0.89 0 0.48
HSL 251.69º 0.8% 0.29% -
HSV(B) 251.69º 0.89% 0.52% -
XYZ 5.2 2.45 22.39 -
YUV 35.33 183.12 129.91 -
System Red Green Blue C M Y K H S L
Decimal 38 15 133 0.71 0.89 0 0.48 251.69 0.8 0.29
Hex 26 F 85 47 59 0 30 FC 50 1D
Octal 46 17 205 107 131 0 60 374 120 35
Binary 100110 1111 10000101 1000111 1011001 0 110000 11111100 1010000 11101

Color Harmonies of #260F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260F85

Black with #260F85

Text Example


Text Example

White with #260F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260F85; }

 p { color: rgb(38,15,133); }

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

background-color css

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

 a { background-color: rgb(38,15,133); }

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

border-color css

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

 span { border-color: rgb(38,15,133); }

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