Html Css Color HEX #260B7D Persian Indigo

📋 copy color: '#260B7D'

red 38 ◦ green 11 ◦ blue 125

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

Shades of Persian Indigo #260B7D

Tints of Persian Indigo #260B7D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.32%

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

R = 21.84%
G = 6.32%
B = 71.84%

CMYK

 C value IS 0.70

 M value IS 0.91

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#260B7D (or 0x260B7D) is known color: Persian Indigo. HEX triplet: 26, 0B and 7D. RGB value is (38,11,125). Sum of RGB (Red+Green+Blue) = 38+11+125=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 125 (49.22% from 255 or 71.84% from 174); Max value from RGB is 125 - color contains mainly: blue. Hex color #260B7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260B7D is #D9F482. Grayscale: #1F1F1F. Windows color (decimal): -14283907 or 8194854. OLE color: 8194854.

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

Color convert

RGB 38 11 125 -
CMYK 0.70 0.91 0 0.51
HSL 254.21º 0.84% 0.27% -
HSV(B) 254.21º 0.91% 0.49% -
XYZ 4.62 2.13 19.57 -
YUV 32.07 180.45 132.23 -
System Red Green Blue C M Y K H S L
Decimal 38 11 125 0.70 0.91 0 0.51 254.21 0.84 0.27
Hex 26 B 7D 46 5B 0 33 FE 54 1B
Octal 46 13 175 106 133 0 63 376 124 33
Binary 100110 1011 1111101 1000110 1011011 0 110011 11111110 1010100 11011

Color Harmonies of #260B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260B7D

Black with #260B7D

Text Example


Text Example

White with #260B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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