Html Css Color HEX #260F84 Persian Indigo

📋 copy color: '#260F84'

red 38 ◦ green 15 ◦ blue 132

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

Shades of Persian Indigo #260F84

Tints of Persian Indigo #260F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 71.35%

R = 20.54%
G = 8.11%
B = 71.35%

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

#260F84 (or 0x260F84) is known color: Persian Indigo. HEX triplet: 26, 0F and 84. RGB value is (38,15,132). Sum of RGB (Red+Green+Blue) = 38+15+132=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 132 (51.95% from 255 or 71.35% from 185); Max value from RGB is 132 - color contains mainly: blue. Hex color #260F84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260F84 is #D9F07B. Grayscale: #222222. Windows color (decimal): -14282876 or 8654630. OLE color: 8654630.

HSL color Cylindrical-coordinate representation of color #260F84: hue angle of 251.79º 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 #260F84 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 38 15 132 -
CMYK 0.71 0.89 0 0.48
HSL 251.79º 0.8% 0.29% -
HSV(B) 251.79º 0.89% 0.52% -
XYZ 5.14 2.42 22.03 -
YUV 35.22 182.62 129.99 -
System Red Green Blue C M Y K H S L
Decimal 38 15 132 0.71 0.89 0 0.48 251.79 0.8 0.29
Hex 26 F 84 47 59 0 30 FC 50 1D
Octal 46 17 204 107 131 0 60 374 120 35
Binary 100110 1111 10000100 1000111 1011001 0 110000 11111100 1010000 11101

Color Harmonies of #260F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260F84

Black with #260F84

Text Example


Text Example

White with #260F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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