Html Css Color HEX #261ACF Persian Blue

📋 copy color: '#261ACF'

red 38 ◦ green 26 ◦ blue 207

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

Shades of Persian Blue #261ACF

Tints of Persian Blue #261ACF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.59%

 BLUE value IS 207 (81.25% from 255) = 76.38%

R = 14.02%
G = 9.59%
B = 76.38%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#261ACF (or 0x261ACF) is known color: Persian Blue. HEX triplet: 26, 1A and CF. RGB value is (38,26,207). Sum of RGB (Red+Green+Blue) = 38+26+207=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 207 (81.25% from 255 or 76.38% from 271); Max value from RGB is 207 - color contains mainly: blue. Hex color #261ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261ACF is #D9E530. Grayscale: #313131. Windows color (decimal): -14279985 or 13572646. OLE color: 13572646.

HSL color Cylindrical-coordinate representation of color #261ACF: hue angle of 243.98º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261ACF is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 38 26 207 -
CMYK 0.82 0.87 0 0.19
HSL 243.98º 0.78% 0.46% -
HSV(B) 243.98º 0.87% 0.81% -
XYZ 12.43 5.66 59.47 -
YUV 50.22 216.48 119.28 -
System Red Green Blue C M Y K H S L
Decimal 38 26 207 0.82 0.87 0 0.19 243.98 0.78 0.46
Hex 26 1A CF 52 57 0 13 F4 4E 2E
Octal 46 32 317 122 127 0 23 364 116 56
Binary 100110 11010 11001111 1010010 1010111 0 10011 11110100 1001110 101110

Color Harmonies of #261ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261ACF

Black with #261ACF

Text Example


Text Example

White with #261ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,26,207); }

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

background-color css

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

 a { background-color: rgb(38,26,207); }

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

border-color css

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

 span { border-color: rgb(38,26,207); }

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