Html Css Color HEX #261FAB Persian Blue

📋 copy color: '#261FAB'

red 38 ◦ green 31 ◦ blue 171

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

Shades of Persian Blue #261FAB

Tints of Persian Blue #261FAB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.92%

 BLUE value IS 171 (67.19% from 255) = 71.25%

R = 15.83%
G = 12.92%
B = 71.25%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#261FAB (or 0x261FAB) is known color: Persian Blue. HEX triplet: 26, 1F and AB. RGB value is (38,31,171). Sum of RGB (Red+Green+Blue) = 38+31+171=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #261FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261FAB is #D9E054. Grayscale: #303030. Windows color (decimal): -14278741 or 11214630. OLE color: 11214630.

HSL color Cylindrical-coordinate representation of color #261FAB: hue angle of 243º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #261FAB is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 38 31 171 -
CMYK 0.78 0.82 0 0.33
HSL 243º 0.69% 0.4% -
HSV(B) 243º 0.82% 0.67% -
XYZ 8.64 4.33 38.91 -
YUV 49.05 196.82 120.12 -
System Red Green Blue C M Y K H S L
Decimal 38 31 171 0.78 0.82 0 0.33 243 0.69 0.4
Hex 26 1F AB 4E 52 0 21 F3 45 28
Octal 46 37 253 116 122 0 41 363 105 50
Binary 100110 11111 10101011 1001110 1010010 0 100001 11110011 1000101 101000

Color Harmonies of #261FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261FAB

Black with #261FAB

Text Example


Text Example

White with #261FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261FAB; }

 p { color: rgb(38,31,171); }

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

background-color css

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

 a { background-color: rgb(38,31,171); }

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

border-color css

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

 span { border-color: rgb(38,31,171); }

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