Html Css Color HEX #260F63 Persian Indigo

📋 copy color: '#260F63'

red 38 ◦ green 15 ◦ blue 99

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

Shades of Persian Indigo #260F63

Tints of Persian Indigo #260F63

RGB

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

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

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

R = 25%
G = 9.87%
B = 65.13%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#260F63 (or 0x260F63) is known color: Persian Indigo. HEX triplet: 26, 0F and 63. RGB value is (38,15,99). Sum of RGB (Red+Green+Blue) = 38+15+99=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 15 (6.25% from 255 or 9.87% from 152); Blue value is 99 (39.06% from 255 or 65.13% from 152); Max value from RGB is 99 - color contains mainly: blue. Hex color #260F63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260F63 is #D9F09C. Grayscale: #1F1F1F. Windows color (decimal): -14282909 or 6491942. OLE color: 6491942.

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

Color convert

RGB 38 15 99 -
CMYK 0.62 0.85 0 0.61
HSL 256.43º 0.74% 0.22% -
HSV(B) 256.43º 0.85% 0.39% -
XYZ 3.22 1.65 11.95 -
YUV 31.45 166.12 132.67 -
System Red Green Blue C M Y K H S L
Decimal 38 15 99 0.62 0.85 0 0.61 256.43 0.74 0.22
Hex 26 F 63 3E 55 0 3D 100 4A 16
Octal 46 17 143 76 125 0 75 400 112 26
Binary 100110 1111 1100011 111110 1010101 0 111101 100000000 1001010 10110

Color Harmonies of #260F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260F63

Black with #260F63

Text Example


Text Example

White with #260F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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