Html Css Color HEX #260463 Persian Indigo

📋 copy color: '#260463'

red 38 ◦ green 4 ◦ blue 99

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

Shades of Persian Indigo #260463

Tints of Persian Indigo #260463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.84%

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

R = 26.95%
G = 2.84%
B = 70.21%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#260463 (or 0x260463) is known color: Persian Indigo. HEX triplet: 26, 04 and 63. RGB value is (38,4,99). Sum of RGB (Red+Green+Blue) = 38+4+99=141 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.95% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 99 (39.06% from 255 or 70.21% from 141); Max value from RGB is 99 - color contains mainly: blue. Hex color #260463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260463 is #D9FB9C. Grayscale: #181818. Windows color (decimal): -14285725 or 6489126. OLE color: 6489126.

HSL color Cylindrical-coordinate representation of color #260463: hue angle of 261.47º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #260463 is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 38 4 99 -
CMYK 0.62 0.96 0 0.61
HSL 261.47º 0.92% 0.2% -
HSV(B) 261.47º 0.96% 0.39% -
XYZ 3.09 1.4 11.91 -
YUV 25 169.76 137.28 -
System Red Green Blue C M Y K H S L
Decimal 38 4 99 0.62 0.96 0 0.61 261.47 0.92 0.2
Hex 26 4 63 3E 60 0 3D 105 5C 14
Octal 46 4 143 76 140 0 75 405 134 24
Binary 100110 100 1100011 111110 1100000 0 111101 100000101 1011100 10100

Color Harmonies of #260463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260463

Black with #260463

Text Example


Text Example

White with #260463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260463; }

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

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

background-color css

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

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

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

border-color css

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

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

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