Html Css Color HEX #231DAF Persian Blue

📋 copy color: '#231DAF'

red 35 ◦ green 29 ◦ blue 175

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

Shades of Persian Blue #231DAF

Tints of Persian Blue #231DAF

RGB

 RED value IS 35 (14.06% from 255) = 14.64%

 GREEN value IS 29 (11.72% from 255) = 12.13%

 BLUE value IS 175 (68.75% from 255) = 73.22%

R = 14.64%
G = 12.13%
B = 73.22%

CMYK

 C value IS 0.8

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#231DAF (or 0x231DAF) is known color: Persian Blue. HEX triplet: 23, 1D and AF. RGB value is (35,29,175). Sum of RGB (Red+Green+Blue) = 35+29+175=239 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.64% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 175 (68.75% from 255 or 73.22% from 239); Max value from RGB is 175 - color contains mainly: blue. Hex color #231DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231DAF is #DCE250. Grayscale: #2E2E2E. Windows color (decimal): -14475857 or 11476259. OLE color: 11476259.

HSL color Cylindrical-coordinate representation of color #231DAF: hue angle of 242.47º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #231DAF is Cyan = 0.8, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 35 29 175 -
CMYK 0.8 0.83 0 0.31
HSL 242.47º 0.72% 0.4% -
HSV(B) 242.47º 0.83% 0.69% -
XYZ 8.87 4.33 40.93 -
YUV 47.44 199.99 119.13 -
System Red Green Blue C M Y K H S L
Decimal 35 29 175 0.8 0.83 0 0.31 242.47 0.72 0.4
Hex 23 1D AF 50 53 0 1F F2 48 28
Octal 43 35 257 120 123 0 37 362 110 50
Binary 100011 11101 10101111 1010000 1010011 0 11111 11110010 1001000 101000

Color Harmonies of #231DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231DAF

Black with #231DAF

Text Example


Text Example

White with #231DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231DAF; }

 p { color: rgb(35,29,175); }

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

background-color css

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

 a { background-color: rgb(35,29,175); }

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

border-color css

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

 span { border-color: rgb(35,29,175); }

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