Html Css Color HEX #260A85 Persian Indigo

📋 copy color: '#260A85'

red 38 ◦ green 10 ◦ blue 133

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

Shades of Persian Indigo #260A85

Tints of Persian Indigo #260A85

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.52%

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

R = 20.99%
G = 5.52%
B = 73.48%

CMYK

 C value IS 0.71

 M value IS 0.92

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#260A85 (or 0x260A85) is known color: Persian Indigo. HEX triplet: 26, 0A and 85. RGB value is (38,10,133). Sum of RGB (Red+Green+Blue) = 38+10+133=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 133 (52.34% from 255 or 73.48% from 181); Max value from RGB is 133 - color contains mainly: blue. Hex color #260A85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260A85 is #D9F57A. Grayscale: #1F1F1F. Windows color (decimal): -14284155 or 8718886. OLE color: 8718886.

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

Color convert

RGB 38 10 133 -
CMYK 0.71 0.92 0 0.48
HSL 253.66º 0.86% 0.28% -
HSV(B) 253.66º 0.92% 0.52% -
XYZ 5.14 2.32 22.37 -
YUV 32.39 184.78 132 -
System Red Green Blue C M Y K H S L
Decimal 38 10 133 0.71 0.92 0 0.48 253.66 0.86 0.28
Hex 26 A 85 47 5C 0 30 FE 56 1C
Octal 46 12 205 107 134 0 60 376 126 34
Binary 100110 1010 10000101 1000111 1011100 0 110000 11111110 1010110 11100

Color Harmonies of #260A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260A85

Black with #260A85

Text Example


Text Example

White with #260A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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