Html Css Color HEX #260F7D Persian Indigo

📋 copy color: '#260F7D'

red 38 ◦ green 15 ◦ blue 125

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

Shades of Persian Indigo #260F7D

Tints of Persian Indigo #260F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 70.22%

R = 21.35%
G = 8.43%
B = 70.22%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#260F7D (or 0x260F7D) is known color: Persian Indigo. HEX triplet: 26, 0F and 7D. RGB value is (38,15,125). Sum of RGB (Red+Green+Blue) = 38+15+125=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 125 (49.22% from 255 or 70.22% from 178); Max value from RGB is 125 - color contains mainly: blue. Hex color #260F7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260F7D is #D9F082. Grayscale: #222222. Windows color (decimal): -14282883 or 8195878. OLE color: 8195878.

HSL color Cylindrical-coordinate representation of color #260F7D: hue angle of 252.55º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #260F7D is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 38 15 125 -
CMYK 0.70 0.88 0 0.51
HSL 252.55º 0.79% 0.27% -
HSV(B) 252.55º 0.88% 0.49% -
XYZ 4.67 2.23 19.59 -
YUV 34.42 179.12 130.56 -
System Red Green Blue C M Y K H S L
Decimal 38 15 125 0.70 0.88 0 0.51 252.55 0.79 0.27
Hex 26 F 7D 46 58 0 33 FD 4F 1B
Octal 46 17 175 106 130 0 63 375 117 33
Binary 100110 1111 1111101 1000110 1011000 0 110011 11111101 1001111 11011

Color Harmonies of #260F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260F7D

Black with #260F7D

Text Example


Text Example

White with #260F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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