Html Css Color HEX #260B63 Persian Indigo

📋 copy color: '#260B63'

red 38 ◦ green 11 ◦ blue 99

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

Shades of Persian Indigo #260B63

Tints of Persian Indigo #260B63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 66.89%

R = 25.68%
G = 7.43%
B = 66.89%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#260B63 (or 0x260B63) is known color: Persian Indigo. HEX triplet: 26, 0B and 63. RGB value is (38,11,99). Sum of RGB (Red+Green+Blue) = 38+11+99=148 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.68% from 148); Green value is 11 (4.69% from 255 or 7.43% from 148); Blue value is 99 (39.06% from 255 or 66.89% from 148); Max value from RGB is 99 - color contains mainly: blue. Hex color #260B63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260B63 is #D9F49C. Grayscale: #1C1C1C. Windows color (decimal): -14283933 or 6490918. OLE color: 6490918.

HSL color Cylindrical-coordinate representation of color #260B63: hue angle of 258.41º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #260B63 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 38 11 99 -
CMYK 0.62 0.89 0 0.61
HSL 258.41º 0.8% 0.22% -
HSV(B) 258.41º 0.89% 0.39% -
XYZ 3.17 1.55 11.94 -
YUV 29.11 167.45 134.34 -
System Red Green Blue C M Y K H S L
Decimal 38 11 99 0.62 0.89 0 0.61 258.41 0.8 0.22
Hex 26 B 63 3E 59 0 3D 102 50 16
Octal 46 13 143 76 131 0 75 402 120 26
Binary 100110 1011 1100011 111110 1011001 0 111101 100000010 1010000 10110

Color Harmonies of #260B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260B63

Black with #260B63

Text Example


Text Example

White with #260B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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