Html Css Color HEX #260967 Persian Indigo

📋 copy color: '#260967'

red 38 ◦ green 9 ◦ blue 103

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

Shades of Persian Indigo #260967

Tints of Persian Indigo #260967

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6%

 BLUE value IS 103 (40.63% from 255) = 68.67%

R = 25.33%
G = 6%
B = 68.67%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#260967 (or 0x260967) is known color: Persian Indigo. HEX triplet: 26, 09 and 67. RGB value is (38,9,103). Sum of RGB (Red+Green+Blue) = 38+9+103=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 103 (40.62% from 255 or 68.67% from 150); Max value from RGB is 103 - color contains mainly: blue. Hex color #260967 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260967 is #D9F698. Grayscale: #1C1C1C. Windows color (decimal): -14284441 or 6752550. OLE color: 6752550.

HSL color Cylindrical-coordinate representation of color #260967: hue angle of 258.51º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #260967 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 38 9 103 -
CMYK 0.63 0.91 0 0.60
HSL 258.51º 0.84% 0.22% -
HSV(B) 258.51º 0.91% 0.4% -
XYZ 3.35 1.59 12.96 -
YUV 28.39 170.11 134.86 -
System Red Green Blue C M Y K H S L
Decimal 38 9 103 0.63 0.91 0 0.60 258.51 0.84 0.22
Hex 26 9 67 3F 5B 0 3C 103 54 16
Octal 46 11 147 77 133 0 74 403 124 26
Binary 100110 1001 1100111 111111 1011011 0 111100 100000011 1010100 10110

Color Harmonies of #260967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260967

Black with #260967

Text Example


Text Example

White with #260967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260967; }

 p { color: rgb(38,9,103); }

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

background-color css

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

 a { background-color: rgb(38,9,103); }

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

border-color css

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

 span { border-color: rgb(38,9,103); }

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