Html Css Color HEX #260985 Persian Indigo

📋 copy color: '#260985'

red 38 ◦ green 9 ◦ blue 133

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

Shades of Persian Indigo #260985

Tints of Persian Indigo #260985

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5%

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

R = 21.11%
G = 5%
B = 73.89%

CMYK

 C value IS 0.71

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#260985 (or 0x260985) is known color: Persian Indigo. HEX triplet: 26, 09 and 85. RGB value is (38,9,133). Sum of RGB (Red+Green+Blue) = 38+9+133=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 133 (52.34% from 255 or 73.89% from 180); Max value from RGB is 133 - color contains mainly: blue. Hex color #260985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260985 is #D9F67A. Grayscale: #1F1F1F. Windows color (decimal): -14284411 or 8718630. OLE color: 8718630.

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

Color convert

RGB 38 9 133 -
CMYK 0.71 0.93 0 0.48
HSL 254.03º 0.87% 0.28% -
HSV(B) 254.03º 0.93% 0.52% -
XYZ 5.13 2.3 22.36 -
YUV 31.81 185.11 132.42 -
System Red Green Blue C M Y K H S L
Decimal 38 9 133 0.71 0.93 0 0.48 254.03 0.87 0.28
Hex 26 9 85 47 5D 0 30 FE 57 1C
Octal 46 11 205 107 135 0 60 376 127 34
Binary 100110 1001 10000101 1000111 1011101 0 110000 11111110 1010111 11100

Color Harmonies of #260985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260985

Black with #260985

Text Example


Text Example

White with #260985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260985; }

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

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

background-color css

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

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

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

border-color css

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

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

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