Html Css Color HEX #230964 Persian Indigo

📋 copy color: '#230964'

red 35 ◦ green 9 ◦ blue 100

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

Shades of Persian Indigo #230964

Tints of Persian Indigo #230964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 69.44%

R = 24.31%
G = 6.25%
B = 69.44%

CMYK

 C value IS 0.65

 M value IS 0.91

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#230964 (or 0x230964) is known color: Persian Indigo. HEX triplet: 23, 09 and 64. RGB value is (35,9,100). Sum of RGB (Red+Green+Blue) = 35+9+100=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 100 (39.45% from 255 or 69.44% from 144); Max value from RGB is 100 - color contains mainly: blue. Hex color #230964 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230964 is #DCF69B. Grayscale: #1A1A1A. Windows color (decimal): -14481052 or 6555939. OLE color: 6555939.

HSL color Cylindrical-coordinate representation of color #230964: hue angle of 257.14º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #230964 is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 35 9 100 -
CMYK 0.65 0.91 0 0.61
HSL 257.14º 0.83% 0.21% -
HSV(B) 257.14º 0.91% 0.39% -
XYZ 3.09 1.47 12.18 -
YUV 27.15 169.11 133.6 -
System Red Green Blue C M Y K H S L
Decimal 35 9 100 0.65 0.91 0 0.61 257.14 0.83 0.21
Hex 23 9 64 41 5B 0 3D 101 53 15
Octal 43 11 144 101 133 0 75 401 123 25
Binary 100011 1001 1100100 1000001 1011011 0 111101 100000001 1010011 10101

Color Harmonies of #230964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230964

Black with #230964

Text Example


Text Example

White with #230964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230964; }

 p { color: rgb(35,9,100); }

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

background-color css

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

 a { background-color: rgb(35,9,100); }

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

border-color css

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

 span { border-color: rgb(35,9,100); }

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